|
|
/*************************************************************************** kwebget.h - description ------------------- begin : Sun Apr 30 18:34:34 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 KWEBGET_H #define KWEBGET_H #ifdef HAVE_CONFIG_H #include <config.h> #endif #include <kapp.h> #include <qwidget.h> class KWebGet : public QWidget { Q_OBJECT public: /** construtor */ KWebGet(QWidget* parent=0, const char *name=0); /** destructor */ ~KWebGet(); }; #endif
Generated by: frank@frank on Sun Apr 30 18:34:36 2000, using kdoc 2.0a35. |