summaryrefslogtreecommitdiffstats
path: root/tdesudo
diff options
context:
space:
mode:
Diffstat (limited to 'tdesudo')
-rw-r--r--tdesudo/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdesudo/main.cpp b/tdesudo/main.cpp
index 0a1b9b0..a736e7e 100644
--- a/tdesudo/main.cpp
+++ b/tdesudo/main.cpp
@@ -42,7 +42,7 @@ static const char *description =
// INSERT A DESCRIPTION FOR YOUR APPLICATION HERE
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "u <runas>", I18N_NOOP("sets a runas user"), 0 },
{ "c <command>", I18N_NOOP("The command to execute"), 0 },
@@ -58,7 +58,7 @@ static KCmdLineOptions options[] =
{ "comment <dialog text>", I18N_NOOP("The comment that should be displayed in the dialog"), 0},
{ "noignorebutton", I18N_NOOP("Do not display « ignore » button"), 0 },
{ "+command", I18N_NOOP("The command to execute"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc, char **argv)