fixed some build related problems
[qsqlmon.git] / qsqlmon / tableviewwidget.h
blob593c5aee675c5caf8b9d0c72b4e0ab9f113e9681
2 //
3 // Author: Frantisek Vacek <fanda.vacek@volny.cz>, (C) 2007
4 //
5 // Copyright: See COPYING file that comes with this distribution
6 //
8 #ifndef TABLEVIEWWIDGET_H
9 #define TABLEVIEWWIDGET_H
11 //#include <qfglobal.h>
13 #include <qftableviewwidget.h>
16 //! TODO: write class documentation.
17 class TableViewWidget : public QFTableViewWidget
19 Q_OBJECT;
20 public:
21 TableViewWidget(QWidget *parent = NULL);
22 //virtual ~TableViewWidget();
25 #endif // TABLEVIEWWIDGET_H