diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:47:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:47:16 -0600 |
commit | 02fa17d6dd9d871f40038cd9ac615e9e1154724b (patch) | |
tree | af4cf59b73c929b15d4d147921dec9fd41727608 /kalarm | |
parent | 28bf0c14b571dd696a51e62aa4b18c06d20816af (diff) | |
download | tdepim-02fa17d6dd9d871f40038cd9ac615e9e1154724b.tar.gz tdepim-02fa17d6dd9d871f40038cd9ac615e9e1154724b.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kalarm')
-rw-r--r-- | kalarm/kalarmd/admain.cpp | 4 | ||||
-rw-r--r-- | kalarm/main.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kalarm/kalarmd/admain.cpp b/kalarm/kalarmd/admain.cpp index f030dd1aa..8e2c4b499 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 12a6332c7..b4474917f 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 }; |