summaryrefslogtreecommitdiffstats
path: root/src/widget.h
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.h
parentBring window to top periodically (diff)
downloadbeamergui-68f20592b5f20ea559c363305e1e1793e9c3640f.tar.gz
beamergui-68f20592b5f20ea559c363305e1e1793e9c3640f.tar.xz
beamergui-68f20592b5f20ea559c363305e1e1793e9c3640f.zip
qt5 port
Diffstat (limited to 'src/widget.h')
-rw-r--r--src/widget.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/widget.h b/src/widget.h
index 4d0df14..55caa63 100644
--- a/src/widget.h
+++ b/src/widget.h
@@ -4,9 +4,7 @@
#ifndef WIDGET_H
#define WIDGET_H
-#include <QtGui> // for Qt4
-#include <QWidget> // for Qt4
-//#include <QtWidgets> // for Qt5
+#include <QtWidgets> // for Qt5
#include <QDebug>
#include <X11/Xlib.h>