|
|
/*************************************************************************** knapster2.h - description ------------------- begin : Mon Dec 25 11:44:02 CST 2000 copyright : (C) 2000 by John Donoghue email : donoghue@chariot.net.au ***************************************************************************/ /*************************************************************************** * * * 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 KNAPSTER2_H #define KNAPSTER2_H #ifdef HAVE_CONFIG_H #include <config.h> #endif #include <kapp.h> #include <qwidget.h> class Knapster2 : public QWidget { Q_OBJECT public: /** construtor */ Knapster2(QWidget* parent=0, const char *name=0); /** destructor */ ~Knapster2(); }; #endif
Generated by: jade@lost.bard on Mon Dec 25 11:44:34 2000, using kdoc 2.0a40. |