summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore/KoMainWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficecore/KoMainWindow.cpp')
-rw-r--r--lib/kofficecore/KoMainWindow.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kofficecore/KoMainWindow.cpp b/lib/kofficecore/KoMainWindow.cpp
index 747a21e4a..65792b648 100644
--- a/lib/kofficecore/KoMainWindow.cpp
+++ b/lib/kofficecore/KoMainWindow.cpp
@@ -1636,9 +1636,9 @@ void KoMainWindow::slotEmailFile()
if (!fileURL.isEmpty())
{
tdeApp->invokeMailer(TQString(), TQString(), TQString(), theSubject,
- TQString(), //body
- TQString(),
- urls); // attachments
+ TQString(), //body
+ TQString(),
+ urls); // attachments
}
}