From c1e3b95ae6a113ba6548f2ac4d63f739a4f7055f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 9 Nov 2024 22:58:31 +0900 Subject: Rename KUniqueApplication to TDEUniqueApplication Signed-off-by: Michele Calgaro --- klipper/toplevel.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'klipper/toplevel.cpp') 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() { -- cgit v1.2.3