|
|
/*************************************************************************** klineakconfig.h - description ------------------- begin : Wed May 15 17:51:34 EDT 2002 copyright : (C) 2002 by Sheldon Lee Wen email : leewsb@hotmail.com ***************************************************************************/ /*************************************************************************** * * * 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 KLINEAKCONFIG_H #define KLINEAKCONFIG_H #ifdef HAVE_CONFIG_H #include#endif #include #include /** KlineakConfig is the base class of the project */ class KlineakConfig : public QWidget { Q_OBJECT public: /** construtor */ KlineakConfig(QWidget* parent=0, const char *name=0); /** destructor */ ~KlineakConfig(); }; #endif
Generated by: sheldonl on shugaru.khardan on Wed May 15 17:52:42 2002, using kdoc 2.0a53. |