summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorSimon Rettberg2017-11-15 16:29:56 +0100
committerSimon Rettberg2017-11-15 16:29:56 +0100
commit2261e82dbc4716fc83314e9e247f0d1e76629700 (patch)
tree47228d4a03b2a8b773518981999a80ccf1ecd4cd /src/main.cpp
parentFix logic expression (diff)
downloadvmchooser2-2261e82dbc4716fc83314e9e247f0d1e76629700.tar.gz
vmchooser2-2261e82dbc4716fc83314e9e247f0d1e76629700.tar.xz
vmchooser2-2261e82dbc4716fc83314e9e247f0d1e76629700.zip
Use Qt 5
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 31bd20e..d24b253 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -3,7 +3,7 @@
#include <QSettings>
#include <QTranslator>
#include <QtAlgorithms>
-#include <QtGui/QApplication>
+#include <QtWidgets/QApplication>
#include <QDesktopWidget>
#include <QLocale>
#include <QtDebug>