diff --git a/src/core/kconfig.h b/src/core/kconfig.h --- a/src/core/kconfig.h +++ b/src/core/kconfig.h @@ -64,7 +64,7 @@ * KSharedConfig provides a set of open methods as counterparts for the * KConfig constructors. * - * \sa KSharedConfig, KConfigGroup, the techbase HOWTO on KConfig. + * \sa KSharedConfig, KConfigGroup, the techbase HOWTO on KConfig. */ class KCONFIGCORE_EXPORT KConfig : public KConfigBase { diff --git a/src/core/kdesktopfile.h b/src/core/kdesktopfile.h --- a/src/core/kdesktopfile.h +++ b/src/core/kdesktopfile.h @@ -33,7 +33,7 @@ * * @author Pietro Iglio * @see KConfigBase KConfig - * @see Desktop Entry Spec + * @see Desktop Entry Spec */ class KCONFIGCORE_EXPORT KDesktopFile : public KConfig { diff --git a/src/kconfig_compiler/kconfig_compiler.cpp b/src/kconfig_compiler/kconfig_compiler.cpp --- a/src/kconfig_compiler/kconfig_compiler.cpp +++ b/src/kconfig_compiler/kconfig_compiler.cpp @@ -1877,7 +1877,7 @@ } } h << endl; - + // Constructor or singleton accessor if (!cfg.singleton) { @@ -2446,7 +2446,7 @@ if (hasSignals) { // this cast to base-class pointer-to-member is valid C++ - // http://stackoverflow.com/questions/4272909/is-it-safe-to-upcast-a-method-pointer-and-use-it-with-base-class-pointer/ + // https://stackoverflow.com/questions/4272909/is-it-safe-to-upcast-a-method-pointer-and-use-it-with-base-class-pointer/ cpp << " KConfigCompilerSignallingItem::NotifyFunction notifyFunction =" << " static_cast(&" << cfg.className << "::itemChanged);" << endl << endl;