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 12a6332c..b4474917 100644
--- a/kalarm/main.cpp
+++ b/kalarm/main.cpp
@@ -31,7 +31,7 @@
#define PROGRAM_NAME "kalarm"
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "a", 0, 0 },
{ "ack-confirm", I18N_NOOP("Prompt for confirmation when alarm is acknowledged"), 0 },
@@ -101,7 +101,7 @@ static KCmdLineOptions options[] =
{ "volume <percent>", I18N_NOOP("Volume to play audio file"), 0 },
#endif
{ "+[message]", I18N_NOOP("Message text to display"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};