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 /krdc | |
parent | 516ce728ff4ffd1d1d78db856f167d180347dc02 (diff) | |
download | tdenetwork-9a03aa40e3110a537b19f8a708d6782c69526f30.tar.gz tdenetwork-9a03aa40e3110a537b19f8a708d6782c69526f30.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'krdc')
-rw-r--r-- | krdc/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krdc/main.cpp b/krdc/main.cpp index bb46c7d6..b856932d 100644 --- a/krdc/main.cpp +++ b/krdc/main.cpp @@ -45,7 +45,7 @@ KWallet::Wallet *wallet = 0; static const char description[] = I18N_NOOP("Remote desktop connection"); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "f", 0, 0 }, { "fullscreen", I18N_NOOP("Start in fullscreen mode"), 0 }, @@ -66,7 +66,7 @@ static KCmdLineOptions options[] = { "p", 0, 0 }, { "password-file ", I18N_NOOP("Provide the password in a file"), 0 }, { "+[host]", I18N_NOOP("The name of the host, e.g. 'localhost:1'"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; |