summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJonathan Bauer2017-11-15 10:16:41 +0100
committerJonathan Bauer2017-11-15 10:16:41 +0100
commit68f20592b5f20ea559c363305e1e1793e9c3640f (patch)
tree68d8411cbb1ee4d708bd280cde56bb90cc2a9126 /src/main.cpp
parentBring window to top periodically (diff)
downloadbeamergui-68f20592b5f20ea559c363305e1e1793e9c3640f.tar.gz
beamergui-68f20592b5f20ea559c363305e1e1793e9c3640f.tar.xz
beamergui-68f20592b5f20ea559c363305e1e1793e9c3640f.zip
qt5 port
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 7c2daab..8f90cd7 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,7 +1,7 @@
// Copyright 2013, University of Freiburg,
// Author: Manuel Schneider <ms1144>
-#include <QtGui/QApplication> // for Qt4
+#include <QtWidgets/QApplication> // for Qt4
#include "widget.h"
int main(int argc, char *argv[])