|
|
/*************************************************************************** kryptosf.h - description ------------------- begin : Sam Dez 22 22:15:44 CET 2001 copyright : (C) 2001 by SiSch email : general_ossig@web.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 KRYPTOSF_H #define KRYPTOSF_H #ifdef HAVE_CONFIG_H #include#endif #include #include /** Kryptosf is the base class of the project */ class Kryptosf : public QWidget { Q_OBJECT public: /** construtor */ Kryptosf(QWidget* parent=0, const char *name=0); /** destructor */ ~Kryptosf(); }; #endif
Generated by: simon on linux on Sat Dec 22 22:16:27 2001, using kdoc 2.0a53. |