summaryrefslogtreecommitdiffstats
path: root/examples/qtmail/plugins/composers/email/emailcomposer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qtmail/plugins/composers/email/emailcomposer.cpp')
-rw-r--r--examples/qtmail/plugins/composers/email/emailcomposer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qtmail/plugins/composers/email/emailcomposer.cpp b/examples/qtmail/plugins/composers/email/emailcomposer.cpp
index b4d68de5..7b6a2f2f 100644
--- a/examples/qtmail/plugins/composers/email/emailcomposer.cpp
+++ b/examples/qtmail/plugins/composers/email/emailcomposer.cpp
@@ -831,7 +831,7 @@ QMailMessage EmailComposerInterface::message() const
// Store the location of this file for future reference
const QMailMessagePart &mailPart(mail.partAt(mail.partCount() - 1));
- QString name("qtopiamail-file-location-" + mailPart.location().toString(false));
+ QString name("qmf-file-location-" + mailPart.location().toString(false));
mail.setCustomField(name, filePath);
}
}
@@ -935,7 +935,7 @@ void EmailComposerInterface::create(const QMailMessage& sourceMail)
const QMailMessagePart &part(sourceMail.partAt(i));
// See if we have a filename to link to
- QString name("qtopiamail-file-location-" + part.location().toString(false));
+ QString name("qmf-file-location-" + part.location().toString(false));
QString contentLocation = sourceMail.customField(name);
if (contentLocation.isEmpty()) {
// See if we can use the value in the message (remove any folded whitespace)