summaryrefslogtreecommitdiff
path: root/ui/viewframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/viewframe.h')
-rw-r--r--ui/viewframe.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ui/viewframe.h b/ui/viewframe.h
index 9803548c..74b87624 100644
--- a/ui/viewframe.h
+++ b/ui/viewframe.h
@@ -1,11 +1,7 @@
#pragma once
#include <QtWidgets/QGestureEvent>
-#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
- #include <QtWidgets/QAction>
-#else
- #include <QtGui/QAction>
-#endif
+#include <QtGui/QAction>
#include <QtWidgets/QLabel>
#include <QtCore/QPointer>
#include <QtWidgets/QVBoxLayout>