summaryrefslogtreecommitdiffstats
path: root/src/widget.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/widget.cpp
parentBring window to top periodically (diff)
downloadbeamergui-68f20592b5f20ea559c363305e1e1793e9c3640f.tar.gz
beamergui-68f20592b5f20ea559c363305e1e1793e9c3640f.tar.xz
beamergui-68f20592b5f20ea559c363305e1e1793e9c3640f.zip
qt5 port
Diffstat (limited to 'src/widget.cpp')
-rw-r--r--src/widget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.cpp b/src/widget.cpp
index 3e23385..b3a559f 100644
--- a/src/widget.cpp
+++ b/src/widget.cpp
@@ -5,7 +5,7 @@
#include <algorithm>
#include <QDebug>
-#include <QtGui/QAction>
+#include <QtWidgets/QAction>
#include "widget.h"
#include "ui_widget.h"