summaryrefslogtreecommitdiffstats
path: root/mappingtableeditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mappingtableeditor.cpp')
-rw-r--r--mappingtableeditor.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/mappingtableeditor.cpp b/mappingtableeditor.cpp
index 83015ef..f7ac64c 100644
--- a/mappingtableeditor.cpp
+++ b/mappingtableeditor.cpp
@@ -8,14 +8,14 @@
#include <QSqlDatabase>
#include <QSqlQuery>
#include <QContextMenuEvent>
-#include <QMenu>
-#include <QVBoxLayout>
-#include <QHBoxLayout>
-#include <QLineEdit>
-#include <QPushButton>
-#include <QLabel>
-#include <QMessageBox>
-#include <QAction>
+#include <QtWidgets/QMenu>
+#include <QtWidgets/QVBoxLayout>
+#include <QtWidgets/QHBoxLayout>
+#include <QtWidgets/QLineEdit>
+#include <QtWidgets/QPushButton>
+#include <QtWidgets/QLabel>
+#include <QtWidgets/QMessageBox>
+#include <QtWidgets/QAction>
#include <QSortFilterProxyModel>
#include "mappingtableeditor.h"