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 /tdeparts/partmanager.h | |
parent | 5466d52073af147d100482cbf633087bb9fb631b (diff) | |
download | tdelibs-696e36a06178f50483432b9a8e806c4a1c530921.tar.gz tdelibs-696e36a06178f50483432b9a8e806c4a1c530921.zip |
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'tdeparts/partmanager.h')
-rw-r--r-- | tdeparts/partmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeparts/partmanager.h b/tdeparts/partmanager.h index 604e5ff92..1d9e0da84 100644 --- a/tdeparts/partmanager.h +++ b/tdeparts/partmanager.h @@ -253,7 +253,7 @@ signals: protected: /** * Changes the active instance when the active part changes. - * The active instance is used by KBugReport and KAboutDialog. + * The active instance is used by KBugReport and TDEAboutDialog. * Override if you really need to - usually you don't need to. */ virtual void setActiveInstance( TDEInstance * instance ); |