summaryrefslogtreecommitdiffstats
path: root/plugins/kmail/bodypartformatter/text_vcard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kmail/bodypartformatter/text_vcard.cpp')
-rw-r--r--plugins/kmail/bodypartformatter/text_vcard.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/kmail/bodypartformatter/text_vcard.cpp b/plugins/kmail/bodypartformatter/text_vcard.cpp
index c5e1297a..215c83c8 100644
--- a/plugins/kmail/bodypartformatter/text_vcard.cpp
+++ b/plugins/kmail/bodypartformatter/text_vcard.cpp
@@ -63,7 +63,7 @@ using TDEABC::Addressee;
#include "addresseeview.h"
using KPIM::AddresseeView;
-#include <kdemacros.h>
+#include <tdemacros.h>
namespace {
@@ -71,7 +71,7 @@ namespace {
public:
Formatter() {
// disabled pending resolution of how to share static objects when dlopening libraries
- //mKIMProxy = ::KIMProxy::instance( kapp->dcopClient() );
+ //mKIMProxy = ::KIMProxy::instance( tdeApp->dcopClient() );
}
Result format( BodyPart *bodyPart, KMail::HtmlWriter *writer, KMail::Callback & ) const {
@@ -268,7 +268,7 @@ namespace {
}
extern "C"
-KDE_EXPORT KMail::Interface::BodyPartFormatterPlugin *
+TDE_EXPORT KMail::Interface::BodyPartFormatterPlugin *
libkmail_bodypartformatter_text_vcard_create_bodypart_formatter_plugin() {
TDEGlobal::locale()->insertCatalogue( "kmail_text_vcard_plugin" );
return new Plugin();