summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.cpp
diff options
context:
space:
mode:
authorJonathan Bauer2017-11-15 10:05:29 +0100
committerJonathan Bauer2017-11-15 10:05:29 +0100
commita98536b9fbda7d7fb2ff78906c1a2d6331f33df2 (patch)
tree4cc26402b6f18228773f0b4301477ac8325342e8 /src/server/mainwindow/mainwindow.cpp
parent[client] Delay showBar by 750ms (diff)
downloadpvs2-a98536b9fbda7d7fb2ff78906c1a2d6331f33df2.tar.gz
pvs2-a98536b9fbda7d7fb2ff78906c1a2d6331f33df2.tar.xz
pvs2-a98536b9fbda7d7fb2ff78906c1a2d6331f33df2.zip
port to qt5
* got rid of the Win32/X11 differentiation * due to QT5, additional packages are needed to compile ** libqt5x11extras5-dev ** libqt5svg5-dev
Diffstat (limited to 'src/server/mainwindow/mainwindow.cpp')
-rw-r--r--src/server/mainwindow/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/mainwindow/mainwindow.cpp b/src/server/mainwindow/mainwindow.cpp
index 2eab581..d4819cf 100644
--- a/src/server/mainwindow/mainwindow.cpp
+++ b/src/server/mainwindow/mainwindow.cpp
@@ -16,7 +16,7 @@
// Self
#include "mainwindow.h"
// QT stuff
-#include <QtGui>
+#include <QtWidgets>
#include <QFileDialog>
#include <QSvgRenderer>
#include <QPainter>