summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-10-15 14:23:10 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-10-20 19:27:04 +0200
commitf1af51fd81dbdf3ada208398c517c76bab9a9489 (patch)
tree01bac2d206244af2c2f05b90b86d37da4341f345 /src/gui
parent301ed73487336677a055a60787c2f2f145bdc5d2 (diff)
Add forwarding headers for classes moved from QtWidgets to QtGui
The QT_BEGIN_NAMESPACE QT_END_NAMESPACE block is added to avoid warnings from the build system's sanity check. As a drive-by, fix the include guards in the QtGui/QActionGroup header. Change-Id: Ie10e7830c3b00a3548123f58498def49b194c7aa Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/kernel/qactiongroup.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/kernel/qactiongroup.h b/src/gui/kernel/qactiongroup.h
index c485654d08..9ac8743629 100644
--- a/src/gui/kernel/qactiongroup.h
+++ b/src/gui/kernel/qactiongroup.h
@@ -37,8 +37,8 @@
**
****************************************************************************/
-#ifndef QGUIACTIONGROUP_H
-#define QGUIACTIONGROUP_H
+#ifndef QACTIONGROUP_H
+#define QACTIONGROUP_H
#include <QtGui/qtguiglobal.h>
#include <QtGui/qaction.h>
@@ -107,4 +107,4 @@ private:
QT_END_NAMESPACE
-#endif // QGUIACTIONGROUP_H
+#endif // QACTIONGROUP_H