|
|
/*************************************************************************** ksqlanalyzer.h - description ------------------- begin : Tue Mar 25 09:36:52 CET 2003 copyright : (C) 2003 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 KSQLANALYZER_H #define KSQLANALYZER_H #ifdef HAVE_CONFIG_H #include#endif #include #include /** KSqlAnalyzer is the base class of the project */ class KSqlAnalyzer : public QWidget { Q_OBJECT public: /** construtor */ KSqlAnalyzer(QWidget* parent=0, const char *name=0); /** destructor */ ~KSqlAnalyzer(); }; #endif
Generated by: fvd on fvd on Tue Mar 25 09:37:21 2003, using kdoc 2.0a54. |