diff options
Diffstat (limited to 'kmail/kmail_options.h')
-rw-r--r-- | kmail/kmail_options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/kmail_options.h b/kmail/kmail_options.h index 39ce3da25..62c1c311a 100644 --- a/kmail/kmail_options.h +++ b/kmail/kmail_options.h @@ -5,7 +5,7 @@ #include <kcmdlineargs.h> #include <klocale.h> -KCmdLineOptions kmail_options[] = +TDECmdLineOptions kmail_options[] = { { "s", 0 , 0 }, { "subject <subject>", I18N_NOOP("Set subject of message"), 0 }, @@ -25,7 +25,7 @@ KCmdLineOptions kmail_options[] = "attach the file the 'URL' points " "to"), 0 }, // { "+[file]", I18N_NOOP("Show message from 'file'"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; #endif |