summaryrefslogtreecommitdiffstats
path: root/src/schedule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/schedule.cpp')
-rw-r--r--src/schedule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schedule.cpp b/src/schedule.cpp
index 80395d8..282f3ca 100644
--- a/src/schedule.cpp
+++ b/src/schedule.cpp
@@ -187,7 +187,7 @@ void Schedule::slotAddDateToCombo(TQDate newdate)
DCOPClient* client = TDEApplication::dcopClient();
client->attach();
- client->registerAs(kapp->name());
+ client->registerAs(tdeApp->name());