diff options
Diffstat (limited to 'tdecore/tdeglobalsettings.h')
-rw-r--r-- | tdecore/tdeglobalsettings.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tdecore/tdeglobalsettings.h b/tdecore/tdeglobalsettings.h index a6208d0ec..74b0d77a8 100644 --- a/tdecore/tdeglobalsettings.h +++ b/tdecore/tdeglobalsettings.h @@ -570,6 +570,12 @@ class TDECORE_EXPORT TDEGlobalSettings private: /** + * global initialization - should only include paths initialization + * + * The method is primarily to ensure backward compatibility of the API. + */ + static void initStatic(); + /** * reads in all paths from kdeglobals */ static void initPaths(); |