summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp28
1 files changed, 14 insertions, 14 deletions
diff --git a/shemov.cpp b/shemov.cpp
index 3ab6dde..7f28443 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -5,18 +5,18 @@
2 of the License, or (at your option) any later version.
*/
-#include <QApplication>
-#include <QTabWidget>
-#include <QVBoxLayout>
-#include <QAction>
-#include <QMenuBar>
-#include <QMenu>
-#include <QStatusBar>
-#include <QLabel>
+#include <QtWidgets/QApplication>
+#include <QtWidgets/QTabWidget>
+#include <QtWidgets/QVBoxLayout>
+#include <QtWidgets/QAction>
+#include <QtWidgets/QMenuBar>
+#include <QtWidgets/QMenu>
+#include <QtWidgets/QStatusBar>
+#include <QtWidgets/QLabel>
#include <QItemSelection>
#include <QSignalMapper>
#include <QSettings>
-#include <QMessageBox>
+#include <QtWidgets/QMessageBox>
#include <QSqlDatabase>
#include <QImage>
#include <QPainter>
@@ -24,14 +24,14 @@
#include <QFontMetrics>
#include <QLocale>
#include <QCloseEvent>
-#include <QActionGroup>
-#include <QFileSystemModel>
-#include <QToolBar>
+#include <QtWidgets/QActionGroup>
+#include <QtWidgets/QFileSystemModel>
+#include <QtWidgets/QToolBar>
#include <QIcon>
-#include <QHeaderView>
+#include <QtWidgets/QHeaderView>
#include <QDir>
#include <QFileInfo>
-#include <QSplashScreen>
+#include <QtWidgets/QSplashScreen>
#include <sys/vfs.h>