summaryrefslogtreecommitdiffstats
path: root/qt-ui/tableview.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/tableview.h')
-rw-r--r--qt-ui/tableview.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/qt-ui/tableview.h b/qt-ui/tableview.h
index d22f466b5..0baac082a 100644
--- a/qt-ui/tableview.h
+++ b/qt-ui/tableview.h
@@ -7,13 +7,12 @@
*/
#include <QWidget>
+#include "ui_tableview.h"
+
class QPushButton;
class QAbstractItemModel;
class QModelIndex;
class QTableView;
-namespace Ui{
- class TableView;
-};
class TableView : public QWidget {
Q_OBJECT