aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <kossebau@kde.org>2021-04-26 19:21:43 +0200
committerFriedrich W. H. Kossebau <kossebau@kde.org>2021-04-26 19:21:43 +0200
commit17ce440211de8d72b683b25dae89ee6b7c9dc69d (patch)
treebcb690834092aed1d0c5096a3d30593a015430ee /src/core
parent533ff88a5430655f3b969b3e1a86ac71064c57ef (diff)
downloadkconfig-17ce440211de8d72b683b25dae89ee6b7c9dc69d.tar.gz
kconfig-17ce440211de8d72b683b25dae89ee6b7c9dc69d.tar.bz2
Use new version-controlled enumerator deprecation warning macros
Diffstat (limited to 'src/core')
-rw-r--r--src/core/kemailsettings.h12
1 files changed, 6 insertions, 6 deletions
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
};