summaryrefslogtreecommitdiffstats
path: root/kppp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:47:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:47:05 -0600
commit9a03aa40e3110a537b19f8a708d6782c69526f30 (patch)
tree4e474833681c23cc05f07959bef63fdb7453a848 /kppp
parent516ce728ff4ffd1d1d78db856f167d180347dc02 (diff)
downloadtdenetwork-9a03aa40e3110a537b19f8a708d6782c69526f30.tar.gz
tdenetwork-9a03aa40e3110a537b19f8a708d6782c69526f30.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kppp')
-rw-r--r--kppp/logview/main.cpp4
-rw-r--r--kppp/main.cpp4
2 files changed, 4 insertions, 4 deletions
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 <account_name>", I18N_NOOP("Connect using 'account_name'"), 0 },
{ "m <modem_name>", I18N_NOOP("Connect using 'modem_name'"), 0 },
@@ -74,7 +74,7 @@ static const KCmdLineOptions options[] =
{ "r <rule_file>", I18N_NOOP("Check syntax of rule_file"), 0 },
{ "T", I18N_NOOP("Enable test-mode"), 0 },
{ "dev <device_name>", I18N_NOOP("Use the specified device"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};