summaryrefslogtreecommitdiffstats
path: root/kalarm
diff options
context:
space:
mode:
Diffstat (limited to 'kalarm')
-rw-r--r--kalarm/kalarmd/admain.cpp4
-rw-r--r--kalarm/main.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/kalarm/kalarmd/admain.cpp b/kalarm/kalarmd/admain.cpp
index f030dd1a..8e2c4b49 100644
--- a/kalarm/kalarmd/admain.cpp
+++ b/kalarm/kalarmd/admain.cpp
@@ -31,10 +31,10 @@
#include "adapp.h"
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{ "autostart", "", 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc, char** argv)
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
};