|
|
/*************************************************************************** kinsectizid.h - description ------------------- begin : Tue Apr 4 19:50:38 CEST 2000 copyright : (C) 2000 by Frank von Daak email : frank.fun@kpage.de ***************************************************************************/ /*************************************************************************** * * * 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 KINSECTIZID_H #define KINSECTIZID_H #include <kapp.h> #include <qwidget.h> class KInsectizid : public QWidget { Q_OBJECT public: /** construtor */ KInsectizid(QWidget* parent=0, const char *name=0); /** destructor */ ~KInsectizid(); }; #endif
Generated by: frank@frank on Tue Apr 4 19:50:39 2000, using kdoc 2.0a35. |