aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/kconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kconfig.h b/src/core/kconfig.h
index cc167927..0fb15756 100644
--- a/src/core/kconfig.h
+++ b/src/core/kconfig.h
@@ -125,7 +125,7 @@ public:
* @param type The standard directory to look for the configuration
* file in
*
- * @sa KSharedConfig::openConfig(const QString&, OpenFlags, const char*)
+ * @sa KSharedConfig::openConfig(const QString&, OpenFlags, QStandardPaths::StandardLocation)
*/
explicit KConfig(const QString &file = QString(), OpenFlags mode = FullConfig,
QStandardPaths::StandardLocation type = QStandardPaths::GenericConfigLocation);