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 ", I18N_NOOP("sets a runas user"), 0 }, { "c ", I18N_NOOP("The command to execute"), 0 }, @@ -58,7 +58,7 @@ static KCmdLineOptions options[] = { "comment ", 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)