diff options
Diffstat (limited to 'src/schedule.cpp')
| -rw-r--r-- | src/schedule.cpp | 2 |
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()); |
