11#include <kconfiggui_export.h>
54#if KCONFIGGUI_ENABLE_DEPRECATED_SINCE(5, 11)
62KCONFIGGUI_DEPRECATED_VERSION(5, 11,
"Use KConfigGui::sessionConfig()->name()")
63QString sessionConfigName();
The central class of the KDE configuration data system.
Definition kconfig.h:57
Interface-related functions.
Definition kconfiggui.h:21
void setSessionConfig(const QString &id, const QString &key)
Replaces the current application session config object.
KConfig * sessionConfig()
Returns the current application session config object.
bool hasSessionConfig()
Indicates if a session config has been created for that application (i.e. if sessionConfig() got call...