From 12f3d421cd2991c0e3f96994efb836ce244172ff Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 00:36:34 -0600 Subject: Rename KShared --- tdecore/tdeconfigbase.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdecore/tdeconfigbase.h') diff --git a/tdecore/tdeconfigbase.h b/tdecore/tdeconfigbase.h index b9522dcb6..1166703ce 100644 --- a/tdecore/tdeconfigbase.h +++ b/tdecore/tdeconfigbase.h @@ -46,7 +46,7 @@ class TDEConfigGroup; * abstract base class, meaning that you cannot directly instantiate * objects of this class. Either use TDEConfig (for usual %KDE * configuration) or KSimpleConfig (for special needs as in ksamba), or - * even KSharedConfig (stores values in shared memory). + * even TDESharedConfig (stores values in shared memory). * * All configuration entries are key, value pairs. Each entry also * belongs to a specific group of related entries. All configuration @@ -65,7 +65,7 @@ class TDEConfigGroup; * @see TDEGlobal#config() * @see TDEConfig * @see KSimpleConfig - * @see KSharedConfig + * @see TDESharedConfig */ class TDECORE_EXPORT TDEConfigBase : public TQObject { -- cgit v1.2.3