summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qactiongroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/kernel/qactiongroup.h')
-rw-r--r--src/widgets/kernel/qactiongroup.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/widgets/kernel/qactiongroup.h b/src/widgets/kernel/qactiongroup.h
index 6ec2fc09ef..0a6a85f093 100644
--- a/src/widgets/kernel/qactiongroup.h
+++ b/src/widgets/kernel/qactiongroup.h
@@ -44,10 +44,9 @@
#include <QtGui/qguiactiongroup.h>
#include <QtWidgets/qaction.h>
-QT_BEGIN_NAMESPACE
-
+QT_REQUIRE_CONFIG(action);
-#ifndef QT_NO_ACTION
+QT_BEGIN_NAMESPACE
class QActionGroupPrivate;
@@ -76,8 +75,6 @@ private:
Q_DISABLE_COPY(QActionGroup)
};
-#endif // QT_NO_ACTION
-
QT_END_NAMESPACE
#endif // QACTIONGROUP_H