summaryrefslogtreecommitdiffstats
path: root/kalarm/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kalarm/main.cpp')
-rw-r--r--kalarm/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kalarm/main.cpp b/kalarm/main.cpp
index 8851df61..038a3ab7 100644
--- a/kalarm/main.cpp
+++ b/kalarm/main.cpp
@@ -113,8 +113,8 @@ int main(int argc, char *argv[])
"Copyright 2001-2007, David Jarvie", 0, "http://www.astrojar.org.uk/kalarm");
aboutData.addAuthor("David Jarvie", 0, "software@astrojar.org.uk");
- KCmdLineArgs::init(argc, argv, &aboutData);
- KCmdLineArgs::addCmdLineOptions(options);
+ TDECmdLineArgs::init(argc, argv, &aboutData);
+ TDECmdLineArgs::addCmdLineOptions(options);
KUniqueApplication::addCmdLineOptions();
if (!KAlarmApp::start())