summaryrefslogtreecommitdiffstats
path: root/examples/qtmail/plugins
diff options
context:
space:
mode:
authorespringe <eric.springer@nokia.com>2010-09-07 03:42:02 +1000
committerespringe <eric.springer@nokia.com>2010-09-07 03:42:02 +1000
commit4bc466bb23c77c9bc95463511c99ef30d9661092 (patch)
tree9bb486e0152e4ddaff5186f090374b6c3fa1d262 /examples/qtmail/plugins
parent1d0e779a2f0d7a3afe04207533cfeddf732640d9 (diff)
Rename Qtopiamail library to QMF
Library Renames: libmessageserver -> libqmfmessageserver libqtopiamail -> libqmf Directory Changes: src/libraries/messageserver -> src/libraries/qmfmessageserver src/libraries/qtopiamail -> src/libraries/qmf src/plugins/contentmanagers/qtopiamailfile -> qmfstoragemanager src/plugins/messageservices/qtopiamailfile -> qmfsettings Class changes: QtopiamailfileConfigurator -> QmfConfigurator QtopiamailfileSettings -> QmfSettings QtopiamailfileServicePlugin -> QmfServicePlugin QtopiamailfileManager -> QmfStorageManager There's still a few outstanding changes in the docs / translations that should be fixed shortly.
Diffstat (limited to 'examples/qtmail/plugins')
-rw-r--r--examples/qtmail/plugins/composers/email/email.pro10
-rw-r--r--examples/qtmail/plugins/composers/email/emailcomposer.cpp4
-rw-r--r--examples/qtmail/plugins/viewers/generic/generic.pro10
3 files changed, 12 insertions, 12 deletions
diff --git a/examples/qtmail/plugins/composers/email/email.pro b/examples/qtmail/plugins/composers/email/email.pro
index 90849f4c..9fec04b3 100644
--- a/examples/qtmail/plugins/composers/email/email.pro
+++ b/examples/qtmail/plugins/composers/email/email.pro
@@ -1,6 +1,6 @@
TEMPLATE = lib
TARGET = emailcomposer
-CONFIG += qtopiamail qmfutil plugin
+CONFIG += qmf qmfutil plugin
target.path += $$QMF_INSTALL_ROOT/plugins/composers
@@ -9,13 +9,13 @@ DEFINES += PLUGIN_INTERNAL
DEPENDPATH += .
INCLUDEPATH += . ../../../libs/qmfutil \
- ../../../../../src/libraries/qtopiamail \
- ../../../../../src/libraries/qtopiamail/support
+ ../../../../../src/libraries/qmf \
+ ../../../../../src/libraries/qmf/support
-LIBS += -L../../../../../src/libraries/qtopiamail/build \
+LIBS += -L../../../../../src/libraries/qmf/build \
-L../../../libs/qmfutil/build
-macx:LIBS += -F../../../../../libraries/qtopiamail/build \
+macx:LIBS += -F../../../../../libraries/qmf/build \
-F../../../libs/qmfutil/build
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)
diff --git a/examples/qtmail/plugins/viewers/generic/generic.pro b/examples/qtmail/plugins/viewers/generic/generic.pro
index 48fba5ef..2179057c 100644
--- a/examples/qtmail/plugins/viewers/generic/generic.pro
+++ b/examples/qtmail/plugins/viewers/generic/generic.pro
@@ -1,6 +1,6 @@
TEMPLATE = lib
TARGET = genericviewer
-CONFIG += qtopiamail qmfutil plugin
+CONFIG += qmf qmfutil plugin
target.path += $$QMF_INSTALL_ROOT/plugins/viewers
@@ -13,13 +13,13 @@ contains(QT_CONFIG,webkit){
DEPENDPATH += .
INCLUDEPATH += . ../../../libs/qmfutil \
- ../../../../../src/libraries/qtopiamail \
- ../../../../../src/libraries/qtopiamail/support
+ ../../../../../src/libraries/qmf \
+ ../../../../../src/libraries/qmf/support
-LIBS += -L../../../../../src/libraries/qtopiamail/build \
+LIBS += -L../../../../../src/libraries/qmf/build \
-L../../../libs/qmfutil/build
-LIBS += -F../../../../../src/libraries/qtopiamail/build \
+LIBS += -F../../../../../src/libraries/qmf/build \
-F../../../libs/qmfutil/build
HEADERS += attachmentoptions.h browserwidget.h genericviewer.h