diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 11:09:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 11:09:19 -0600 |
commit | 696e36a06178f50483432b9a8e806c4a1c530921 (patch) | |
tree | b2c0b4ad792acad4cb75d39038f30687cac45129 /tdecore/kglobal.h | |
parent | 5466d52073af147d100482cbf633087bb9fb631b (diff) | |
download | tdelibs-696e36a06178f50483432b9a8e806c4a1c530921.tar.gz tdelibs-696e36a06178f50483432b9a8e806c4a1c530921.zip |
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'tdecore/kglobal.h')
-rw-r--r-- | tdecore/kglobal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/kglobal.h b/tdecore/kglobal.h index cf8836661..a1a8114be 100644 --- a/tdecore/kglobal.h +++ b/tdecore/kglobal.h @@ -175,7 +175,7 @@ public: /** * The instance currently active (useful in a multi-instance * application, such as a KParts application). - * Don't use this - it's mainly for KAboutDialog and KBugReport. + * Don't use this - it's mainly for TDEAboutDialog and KBugReport. * @internal */ static void setActiveInstance(TDEInstance *d); |