From 50f1091ee877020c9864ce24202951f49bec8cd7 Mon Sep 17 00:00:00 2001 From: tille Date: Thu, 31 Oct 2002 20:23:34 +0000 Subject: netsystemtime does not exist anymore --- (limited to 'core') diff --git a/core/applets/clockapplet/clock.cpp b/core/applets/clockapplet/clock.cpp index 52d285b..19d3f6c 100644 --- a/core/applets/clockapplet/clock.cpp +++ b/core/applets/clockapplet/clock.cpp @@ -61,14 +61,11 @@ void LauncherClock::readConfig() { void LauncherClock::mouseReleaseEvent( QMouseEvent * ) { QCString setTimeApp; - if (QFile::exists(QPEApplication::qpeDir()+"bin/netsystemtime")) - setTimeApp="netsystemtime"; - else setTimeApp="systemtime"; + setTimeApp="systemtime"; QCopEnvelope e("QPE/Application/"+setTimeApp, "setDocument(QString)"); - QString lf = QString::null; + QString lf = QString::null; e << lf; - } -- cgit v0.9.0.2