summaryrefslogtreecommitdiffstats
path: root/kalarm/kalarmd/adapp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kalarm/kalarmd/adapp.cpp')
-rw-r--r--kalarm/kalarmd/adapp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kalarm/kalarmd/adapp.cpp b/kalarm/kalarmd/adapp.cpp
index 77f31e4f..d4613b0b 100644
--- a/kalarm/kalarmd/adapp.cpp
+++ b/kalarm/kalarmd/adapp.cpp
@@ -60,7 +60,7 @@ int AlarmDaemonApp::newInstance()
restored = true; // make sure we restore only once
else
{
- KCmdLineArgs* args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs();
autostart = args->isSet("autostart");
args->clear(); // free up memory
}