aboutsummaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/CMakeLists.txt2
-rw-r--r--src/gui/kstandardshortcut.h3
2 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
index 2de87570..b6d4d34f 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -15,7 +15,7 @@ ecm_generate_export_header(KF5ConfigGui
GROUP_BASE_NAME KF
VERSION ${KF_VERSION}
DEPRECATED_BASE_VERSION 0
- DEPRECATION_VERSIONS 5.11 5.39 5.71
+ DEPRECATION_VERSIONS 5.11 5.39 5.71 5.82
EXCLUDE_DEPRECATED_BEFORE_AND_AT ${EXCLUDE_DEPRECATED_BEFORE_AND_AT}
)
diff --git a/src/gui/kstandardshortcut.h b/src/gui/kstandardshortcut.h
index 9dad7ffb..305cf8ed 100644
--- a/src/gui/kstandardshortcut.h
+++ b/src/gui/kstandardshortcut.h
@@ -123,7 +123,8 @@ enum StandardShortcut {
ShowToolbar, ///< Show/Hide the toolbar.
ShowStatusbar, ///< Show/Hide the statusbar.
#if KCONFIGGUI_ENABLE_DEPRECATED_SINCE(5, 39)
- SaveOptions, ///< @deprecated since 5.39
+ SaveOptions ///< @deprecated since 5.39
+ KCONFIGGUI_ENUMERATOR_DEPRECATED_VERSION_BELATED(5, 82, 5, 39, "No known users"),
#else
SaveOptions_DEPRECATED_DO_NOT_USE,
#endif