diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 15:51:46 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 15:51:46 -0500 |
commit | 6ed1ea98db6b1b369e7561efcc2c666b810e5446 (patch) | |
tree | 69da6d265387965c04a9584547ec42d4d372717d /kutils/ksettings/dispatcher.h | |
parent | 09d01cacf80d21ad213e6520b35e7f06e9546a83 (diff) | |
download | tdelibs-6ed1ea98db6b1b369e7561efcc2c666b810e5446.tar.gz tdelibs-6ed1ea98db6b1b369e7561efcc2c666b810e5446.zip |
Update XDG information in support of bug report 892.
Diffstat (limited to 'kutils/ksettings/dispatcher.h')
-rw-r--r-- | kutils/ksettings/dispatcher.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kutils/ksettings/dispatcher.h b/kutils/ksettings/dispatcher.h index a35cfc142..52829f9e7 100644 --- a/kutils/ksettings/dispatcher.h +++ b/kutils/ksettings/dispatcher.h @@ -65,7 +65,7 @@ class KUTILS_EXPORT Dispatcher : public TQObject * that is passed to KGenericFactory (if it is used). You can query * it with KGenericFactory<YourClassName>::instance(). * instance->instanceName() is also the same name that is put into the - * .desktop file of the KCMs for the X-KDE-ParentComponents. + * .desktop file of the KCMs for the X-TDE-ParentComponents. * * @param instance The KInstance object * @param recv The object that should receive the signal @@ -95,7 +95,7 @@ class KUTILS_EXPORT Dispatcher : public TQObject * Call this slot when the configuration belonging to the associated * instance name has changed. The registered slot will be called. * - * @param instanceName The value of X-KDE-ParentComponents. + * @param instanceName The value of X-TDE-ParentComponents. */ void reparseConfiguration( const TQCString & instanceName ); |