/***************************************************************************
kchmod.h - description
-------------------
begin : Sun May 14 20:22:14 EDT 2000
copyright : (C) 2000 by Jonathan Singer
email : jsinger@leeta.net
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef KCHMOD_H
#define KCHMOD_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <kapp.h>
#include <qwidget.h>
class Kchmod : public QWidget
{
Q_OBJECT
public:
/** construtor */
Kchmod(QWidget* parent=0, const char *name=0);
/** destructor */
~Kchmod();
};
#endif
Documentation generated by jsinger@localhost.localdomain on Sun May 14 20:24:38 EDT 2000