|
|
/*************************************************************************** kwebget.h - description ------------------- begin : Thu May 2 07:25:45 CEST 2002 copyright : (C) 2002 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 KWEBGET_H #define KWEBGET_H #ifdef HAVE_CONFIG_H #include#endif #include #include /** Kwebget is the base class of the project */ class Kwebget : public QWidget { Q_OBJECT public: /** construtor */ Kwebget(QWidget* parent=0, const char *name=0); /** destructor */ ~Kwebget(); }; #endif
Generated by: frank on frank on Thu May 2 07:26:14 2002, using kdoc 2.0a53. |