diff options
Diffstat (limited to 'mappingtableeditor.h')
-rw-r--r-- | mappingtableeditor.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/mappingtableeditor.h b/mappingtableeditor.h index a87e636..cbdacf9 100644 --- a/mappingtableeditor.h +++ b/mappingtableeditor.h @@ -8,18 +8,13 @@ #ifndef MAPPINGTABLEEDITOR_H #define MAPPINGTABLEEDITOR_H -#include <QtWidgets/QTreeView> #include <QSqlDatabase> #include "smdialog.h" #include "smtreemodel.h" #include "smtreeitem.h" +#include "smtreeview.h" -class QSqlQuery; -class QContextMenuEvent; -class QPushButton; -class QLineEdit; -class QAction; class MappingTableEditorView; class MappingTableEditorModel; @@ -46,7 +41,7 @@ class MappingTableEditor : public SmDialog { MappingTableEditorModel *mModel; }; -class MappingTableEditorView : public QTreeView { +class MappingTableEditorView : public SmTreeView { Q_OBJECT public: explicit MappingTableEditorView(QWidget *parent = 0); |