diff options
Diffstat (limited to 'qt-ui/tableview.h')
-rw-r--r-- | qt-ui/tableview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/tableview.h b/qt-ui/tableview.h index af410c6e0..fc22425d3 100644 --- a/qt-ui/tableview.h +++ b/qt-ui/tableview.h @@ -14,7 +14,7 @@ class QAbstractItemModel; class QModelIndex; class QTableView; -class TableView : public QTableView { +class TableView : public QWidget { Q_OBJECT public: TableView(QWidget *parent = 0); |