From 068604863e009b20790cd2aa482e216eb40b8876 Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 27 Jan 2004 11:38:38 +0000 Subject: Do not setDocument if systemtime is not document centric use raise() --- (limited to 'core/applets/clockapplet/clock.cpp') diff --git a/core/applets/clockapplet/clock.cpp b/core/applets/clockapplet/clock.cpp index 5fb8f44..aadd9b6 100644 --- a/core/applets/clockapplet/clock.cpp +++ b/core/applets/clockapplet/clock.cpp @@ -50,10 +50,7 @@ void LauncherClock::mouseReleaseEvent( QMouseEvent * ) { QCString setTimeApp; setTimeApp="systemtime"; - QCopEnvelope e("QPE/Application/"+setTimeApp, "setDocument(QString)"); - QString lf = QString::null; - - e << lf; + QCopEnvelope e("QPE/Application/"+setTimeApp, "raise()"); } -- cgit v0.9.0.2