diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:47:05 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:47:05 -0600 |
commit | 9a03aa40e3110a537b19f8a708d6782c69526f30 (patch) | |
tree | 4e474833681c23cc05f07959bef63fdb7453a848 /kppp/main.cpp | |
parent | 516ce728ff4ffd1d1d78db856f167d180347dc02 (diff) | |
download | tdenetwork-9a03aa40e3110a537b19f8a708d6782c69526f30.tar.gz tdenetwork-9a03aa40e3110a537b19f8a708d6782c69526f30.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kppp/main.cpp')
-rw-r--r-- | kppp/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 }; |