diff options
Diffstat (limited to 'mappingtableeditor.h')
-rw-r--r-- | mappingtableeditor.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mappingtableeditor.h b/mappingtableeditor.h index 124f76e..d372d0b 100644 --- a/mappingtableeditor.h +++ b/mappingtableeditor.h @@ -8,10 +8,13 @@ #ifndef MAPPINGTABLEEDITOR_H #define MAPPINGTABLEEDITOR_H -#include <QDialog> #include <QTreeView> #include <QSqlDatabase> +#include "smdialog.h" +#include "smtreemodel.h" +#include "smtreeitem.h" + class QSqlQuery; class QContextMenuEvent; class QPushButton; @@ -20,10 +23,7 @@ class QAction; class MappingTableEditorView; class MappingTableEditorModel; -#include "smtreemodel.h" -#include "smtreeitem.h" - -class MappingTableEditor : public QDialog { +class MappingTableEditor : public SmDialog { Q_OBJECT public: explicit MappingTableEditor(const QString &table, QWidget *parent = 0); |