diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:36:34 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:36:34 -0600 |
commit | 12f3d421cd2991c0e3f96994efb836ce244172ff (patch) | |
tree | 1e5bd5e8b7521fe66d77c13b7df45df7d5f6dcd6 /tdecore/tdeconfigbase.h | |
parent | 21bc7541114fb026606284e45dc10e3320f39f1d (diff) | |
download | tdelibs-12f3d421cd2991c0e3f96994efb836ce244172ff.tar.gz tdelibs-12f3d421cd2991c0e3f96994efb836ce244172ff.zip |
Rename KShared
Diffstat (limited to 'tdecore/tdeconfigbase.h')
-rw-r--r-- | tdecore/tdeconfigbase.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |