diff options
Diffstat (limited to 'src/core/kconfig.h')
-rw-r--r-- | src/core/kconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kconfig.h b/src/core/kconfig.h index db4fb905..30a2881a 100644 --- a/src/core/kconfig.h +++ b/src/core/kconfig.h @@ -64,7 +64,7 @@ class KConfigPrivate; * KSharedConfig provides a set of open methods as counterparts for the * KConfig constructors. * - * \sa KSharedConfig, KConfigGroup, <a href="http://techbase.kde.org/index.php?title=Development/Tutorials/KConfig">the techbase HOWTO on KConfig</a>. + * \sa KSharedConfig, KConfigGroup, <a href="https://techbase.kde.org/index.php?title=Development/Tutorials/KConfig">the techbase HOWTO on KConfig</a>. */ class KCONFIGCORE_EXPORT KConfig : public KConfigBase { |