diff options
Diffstat (limited to 'tdeio/misc/tdesendbugmail/main.cpp')
-rw-r--r-- | tdeio/misc/tdesendbugmail/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeio/misc/tdesendbugmail/main.cpp b/tdeio/misc/tdesendbugmail/main.cpp index 7df3a344a..9b44a18b2 100644 --- a/tdeio/misc/tdesendbugmail/main.cpp +++ b/tdeio/misc/tdesendbugmail/main.cpp @@ -18,10 +18,10 @@ #include "smtp.h" -static KCmdLineOptions options[] = { +static TDECmdLineOptions options[] = { { "subject <argument>", I18N_NOOP("Subject line"), 0 }, { "recipient <argument>", I18N_NOOP("Recipient"), "submit@bugs.kde.org" }, - KCmdLineLastOption + TDECmdLineLastOption }; void BugMailer::slotError(int errornum) { |