aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/kconfiggui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kconfiggui.h b/src/gui/kconfiggui.h
index b9d9cadb..bc4248f3 100644
--- a/src/gui/kconfiggui.h
+++ b/src/gui/kconfiggui.h
@@ -54,9 +54,9 @@ KCONFIGGUI_EXPORT void setSessionConfig(const QString &id, const QString &key);
/**
* Indicates if a session config has been created for that application
- * (ie. if sessionConfig() got called at least once)
+ * (i.e.\ if sessionConfig() got called at least once)
*
- * @return true if a sessionConfig object was created, false otherwise
+ * @return @c true if a sessionConfig object was created, @c false otherwise
*/
KCONFIGGUI_EXPORT bool hasSessionConfig();