summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/kernel/qevent.h2
-rw-r--r--src/gui/util/qdesktopservices.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qevent.h b/src/gui/kernel/qevent.h
index 5ff5b112f4..7fbd2aeb4b 100644
--- a/src/gui/kernel/qevent.h
+++ b/src/gui/kernel/qevent.h
@@ -779,7 +779,7 @@ public:
};
#if QT_DEPRECATED_SINCE(5, 0)
- QT_DEPRECATED enum DeviceType {
+ enum QT_DEPRECATED DeviceType {
TouchScreen,
TouchPad
};
diff --git a/src/gui/util/qdesktopservices.h b/src/gui/util/qdesktopservices.h
index e116cf1123..a412ba50f5 100644
--- a/src/gui/util/qdesktopservices.h
+++ b/src/gui/util/qdesktopservices.h
@@ -65,7 +65,7 @@ public:
#if QT_DEPRECATED_SINCE(5, 0)
//Must match QStandardPaths::StandardLocation
- QT_DEPRECATED enum StandardLocation {
+ enum QT_DEPRECATED StandardLocation {
DesktopLocation,
DocumentsLocation,
FontsLocation,