From 17ce440211de8d72b683b25dae89ee6b7c9dc69d Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Mon, 26 Apr 2021 19:21:43 +0200 Subject: Use new version-controlled enumerator deprecation warning macros --- src/core/kemailsettings.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/core/kemailsettings.h') diff --git a/src/core/kemailsettings.h b/src/core/kemailsettings.h index eb701f8c..7ced45aa 100644 --- a/src/core/kemailsettings.h +++ b/src/core/kemailsettings.h @@ -52,15 +52,15 @@ public: /** * @deprecated since 5.0 */ - OutServerType, + OutServerType KCONFIGCORE_ENUMERATOR_DEPRECATED_VERSION_BELATED(5, 82, 5, 0, "No known users"), /** * @deprecated since 5.0 */ - OutServerCommand, + OutServerCommand KCONFIGCORE_ENUMERATOR_DEPRECATED_VERSION_BELATED(5, 82, 5, 0, "No known users"), /** * @deprecated since 5.0 */ - OutServerTLS, + OutServerTLS KCONFIGCORE_ENUMERATOR_DEPRECATED_VERSION_BELATED(5, 82, 5, 0, "No known users"), #else OutServerType_DEPRECATED_DO_NOT_USE, OutServerCommand_DEPRECATED_DO_NOT_USE, @@ -73,15 +73,15 @@ public: /** * @deprecated since 5.0 */ - InServerType, + InServerType KCONFIGCORE_ENUMERATOR_DEPRECATED_VERSION_BELATED(5, 82, 5, 0, "No known users"), /** * @deprecated since 5.0 */ - InServerMBXType, + InServerMBXType KCONFIGCORE_ENUMERATOR_DEPRECATED_VERSION_BELATED(5, 82, 5, 0, "No known users"), /** * @deprecated since 5.0 */ - InServerTLS + InServerTLS KCONFIGCORE_ENUMERATOR_DEPRECATED_VERSION_BELATED(5, 82, 5, 0, "No known users") #endif }; -- cgit v1.2.1