From 5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:44:17 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- tdesu/tdesu/tdesu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdesu') 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 ", I18N_NOOP("Specifies the command to run"), "" }, { "f ", I18N_NOOP("Run command under target uid if is not writable"), "" }, @@ -67,7 +67,7 @@ static KCmdLineOptions options[] = { { "noignorebutton", I18N_NOOP("Do not display ignore button"), 0 }, { "i ", 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 }; -- cgit v1.2.1