From 02fa17d6dd9d871f40038cd9ac615e9e1154724b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:47:16 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kalarm/kalarmd/admain.cpp | 4 ++-- kalarm/main.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kalarm') 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 ", I18N_NOOP("Volume to play audio file"), 0 }, #endif { "+[message]", I18N_NOOP("Message text to display"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; -- cgit v1.2.1