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/applet.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'klipper/applet.cpp') diff --git a/klipper/applet.cpp b/klipper/applet.cpp index d4add1609..bd8e28317 100644 --- a/klipper/applet.cpp +++ b/klipper/applet.cpp @@ -116,7 +116,7 @@ void KlipperAppletWidget::init() // call() - wait for finishing kapp->dcopClient()->call("klipper", "klipper", "quitProcess()", arg1, str, arg2 ); // register ourselves, so if klipper process is started, - // it will quit immediately (KUniqueApplication) + // it will quit immediately (TDEUniqueApplication) s_dcop = new DCOPClient; s_dcop->registerAs( "klipper", false ); } @@ -129,7 +129,7 @@ KlipperAppletWidget::~KlipperAppletWidget() DCOPClient* KlipperAppletWidget::s_dcop = 0; -// this is just to make klipper process think we're KUniqueApplication +// this is just to make klipper process think we're TDEUniqueApplication // (AKA ugly hack) int KlipperAppletWidget::newInstance() { -- cgit v1.2.3