summaryrefslogtreecommitdiffstats
path: root/src/schedule.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-21 11:30:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-21 11:30:16 +0900
commit8718de04eb114dc24e626a52881cc959980a8931 (patch)
treec959383b154bd9c4a33a3eec760d19fe8a74d0c0 /src/schedule.cpp
parent7699fe2141dd88b17367690eef0043170e8f5e9a (diff)
downloadklamav-8718de04eb114dc24e626a52881cc959980a8931.tar.gz
klamav-8718de04eb114dc24e626a52881cc959980a8931.zip
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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());