diff options
Diffstat (limited to 'kommander/editor')
-rw-r--r-- | kommander/editor/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/editor/main.cpp b/kommander/editor/main.cpp index dad1f004..aee3a0ab 100644 --- a/kommander/editor/main.cpp +++ b/kommander/editor/main.cpp @@ -32,7 +32,7 @@ static const char *description = static const char *text = I18N_NOOP("Based on TQt Designer, (C) 2000 Trolltech AS."); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+file", I18N_NOOP("Dialog to open"), 0 }, { 0, 0, 0 } |