summaryrefslogtreecommitdiffstats
path: root/kmail
diff options
context:
space:
mode:
Diffstat (limited to 'kmail')
-rw-r--r--kmail/kmail_options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/kmail_options.h b/kmail/kmail_options.h
index 39ce3da2..62c1c311 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