summaryrefslogtreecommitdiffstats
path: root/tdesu/tdesu/tdesu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdesu/tdesu/tdesu.cpp')
-rw-r--r--tdesu/tdesu/tdesu.cpp4
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
};