diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-09 22:58:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-20 14:26:15 +0900 |
commit | c1e3b95ae6a113ba6548f2ac4d63f739a4f7055f (patch) | |
tree | f942598c69da9c19df6618f25d16ea9dcbe0a30f /klipper/toplevel.cpp | |
parent | 657e8ed6bdc71ab1ae238bdf61a9377cff768e38 (diff) | |
download | tdebase-c1e3b95ae6a113ba6548f2ac4d63f739a4f7055f.tar.gz tdebase-c1e3b95ae6a113ba6548f2ac4d63f739a4f7055f.zip |
Rename KUniqueApplication to TDEUniqueApplication
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'klipper/toplevel.cpp')
-rw-r--r-- | klipper/toplevel.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/klipper/toplevel.cpp b/klipper/toplevel.cpp index b76c7472b..473b3ff53 100644 --- a/klipper/toplevel.cpp +++ b/klipper/toplevel.cpp @@ -1184,11 +1184,11 @@ Klipper::Klipper( TQWidget* parent ) { } -// this sucks ... KUniqueApplication registers itself as 'klipper' +// this sucks ... TDEUniqueApplication registers itself as 'klipper' // for the unique-app detection calls (and it shouldn't use that name IMHO) -// but in Klipper it's not KUniqueApplication class who handles +// but in Klipper it's not TDEUniqueApplication class who handles // the DCOP calls, but an instance of class Klipper, registered as 'klipper' -// this below avoids a warning when KUniqueApplication wouldn't otherwise +// this below avoids a warning when TDEUniqueApplication wouldn't otherwise // find newInstance() (which doesn't do anything in Klipper anyway) int Klipper::newInstance() { |