|
|
/*************************************************************************** ktctool.h - description ------------------- begin : Fri Nov 1 08:43:50 EET 2002 copyright : (C) 2002 by Vairo Raja email : vairo@artmedia.ee ***************************************************************************/ /*************************************************************************** * * * 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 KTCTOOL_H #define KTCTOOL_H #ifdef HAVE_CONFIG_H #include#endif #include #include /** Ktctool is the base class of the project */ class Ktctool : public QWidget { Q_OBJECT public: /** construtor */ Ktctool(QWidget* parent=0, const char *name=0); /** destructor */ ~Ktctool(); }; #endif
Generated by: root on localhost.localdomain on Fri Nov 1 08:45:23 2002, using kdoc 2.0a54. |