diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:44:17 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:44:17 -0600 |
commit | 5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd (patch) | |
tree | a5eb4cb7c4754e533de65c5adee17d783e426425 /tdesu | |
parent | 98eb308fc180d9bea71f448b262ab796353ac904 (diff) | |
download | tdebase-5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd.tar.gz tdebase-5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'tdesu')
-rw-r--r-- | tdesu/tdesu/tdesu.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdesu/tdesu/tdesu.cpp b/tdesu/tdesu/tdesu.cpp index ec3da142d..611c3ab59 100644 --- a/tdesu/tdesu/tdesu.cpp +++ b/tdesu/tdesu/tdesu.cpp @@ -52,7 +52,7 @@ const char *Version = "1.0"; // NOTE: if you change the position of the -u switch, be sure to adjust it // at the beginning of main() -static KCmdLineOptions options[] = { +static TDECmdLineOptions options[] = { { "+command", I18N_NOOP("Specifies the command to run"), 0 }, { "c <command>", I18N_NOOP("Specifies the command to run"), "" }, { "f <file>", I18N_NOOP("Run command under target uid if <file> is not writable"), "" }, @@ -67,7 +67,7 @@ static KCmdLineOptions options[] = { { "noignorebutton", I18N_NOOP("Do not display ignore button"), 0 }, { "i <icon name>", I18N_NOOP("Specify icon to use in the password dialog"), 0}, { "d", I18N_NOOP("Do not show the command to be run in the dialog"), 0}, - KCmdLineLastOption + TDECmdLineLastOption }; |