|
|
/*************************************************************************** tdepacman.h - description ------------------- begin : Sam Jan 19 13:37:57 CET 2002 copyright : (C) 1998-2003 by Jörg Thönnissen email : joe@dsite.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 TDEPACMAN_H #define TDEPACMAN_H #ifdef HAVE_CONFIG_H #include#endif #include #include /** TDEpacman is the base class of the project */ class TDEpacman : public TQWidget { TQ_OBJECT public: /** construtor */ TDEpacman(TQWidget* parent=0, const char *name=0); /** destructor */ ~TDEpacman(); }; #endif
Generated by: jth on tim on Sat Jan 19 13:38:55 2002, using kdoc 2.0a53. |