diff options
Diffstat (limited to 'kooka/main.cpp')
-rw-r--r-- | kooka/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kooka/main.cpp b/kooka/main.cpp index df42cc9f..997dba64 100644 --- a/kooka/main.cpp +++ b/kooka/main.cpp @@ -62,11 +62,11 @@ static const char license[] = "without including the source code for TQt in the source distribution.\n"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "d ", I18N_NOOP("The SANE compatible device specification (e.g. umax:/dev/sg0)"), "" }, { "g", I18N_NOOP("Gallery mode - do not connect to scanner"), "" }, - KCmdLineLastOption + TDECmdLineLastOption }; |