From 9a03aa40e3110a537b19f8a708d6782c69526f30 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:47:05 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kppp/logview/main.cpp | 4 ++-- kppp/main.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kppp') diff --git a/kppp/logview/main.cpp b/kppp/logview/main.cpp index bdf55499..67f37cdf 100644 --- a/kppp/logview/main.cpp +++ b/kppp/logview/main.cpp @@ -39,10 +39,10 @@ static const char description[] = static const char version[] = "v0.0.2"; -static KCmdLineOptions option[] = +static TDECmdLineOptions option[] = { { "kppp", I18N_NOOP("Run in KPPP mode"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; diff --git a/kppp/main.cpp b/kppp/main.cpp index f61b21ae..873a204d 100644 --- a/kppp/main.cpp +++ b/kppp/main.cpp @@ -65,7 +65,7 @@ static const char description[] = I18N_NOOP("A dialer and front-end to pppd"); -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "c ", I18N_NOOP("Connect using 'account_name'"), 0 }, { "m ", I18N_NOOP("Connect using 'modem_name'"), 0 }, @@ -74,7 +74,7 @@ static const KCmdLineOptions options[] = { "r ", I18N_NOOP("Check syntax of rule_file"), 0 }, { "T", I18N_NOOP("Enable test-mode"), 0 }, { "dev ", I18N_NOOP("Use the specified device"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; -- cgit v1.2.1