summaryrefslogtreecommitdiffstats
path: root/kcontrol/clock
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/clock')
-rw-r--r--kcontrol/clock/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/clock/main.cpp b/kcontrol/clock/main.cpp
index 7d791b9f7..e7dcf872f 100644
--- a/kcontrol/clock/main.cpp
+++ b/kcontrol/clock/main.cpp
@@ -89,7 +89,7 @@ void KclockModule::save()
#endif
// Tell the clock applet about the change so that it can update its timezone
- kapp->dcopClient()->send( "kicker", "ClockApplet", "reconfigure()", TQByteArray() );
+ tdeApp->dcopClient()->send( "kicker", "ClockApplet", "reconfigure()", TQByteArray() );
}
void KclockModule::load()