diff options
Diffstat (limited to 'klipper/applet.cpp')
-rw-r--r-- | klipper/applet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |