|
|
/*************************************************************************** kslide.h - description ------------------- begin : jeu aoû 7 13:56:01 CEST 2003 copyright : (C) 2003 by Eric Coquelle email : coquelle@caramail.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 KSLIDE_H #define KSLIDE_H #ifdef HAVE_CONFIG_H #include#endif #include #include /** KSlide is the base class of the project */ class KSlide : public QWidget { Q_OBJECT public: /** construtor */ KSlide(QWidget* parent=0, const char *name=0); /** destructor */ ~KSlide(); }; #endif
Generated by: eric on portable on Thu Aug 7 13:56:04 2003, using kdoc 2.0a53. |