summaryrefslogtreecommitdiffabout
path: root/kaddressbook/xxport/vcard_xxport.cpp
Side-by-side diff
Diffstat (limited to 'kaddressbook/xxport/vcard_xxport.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--kaddressbook/xxport/vcard_xxport.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/kaddressbook/xxport/vcard_xxport.cpp b/kaddressbook/xxport/vcard_xxport.cpp
index dd49a9c..c017f5b 100644
--- a/kaddressbook/xxport/vcard_xxport.cpp
+++ b/kaddressbook/xxport/vcard_xxport.cpp
@@ -58,2 +58,3 @@ class VCardXXPortFactory : public XXPortFactory
};
+#endif //KAB_EMBEDDED
@@ -62,3 +63,7 @@ extern "C"
{
+#ifndef KAB_EMBEDDED
void *init_libkaddrbk_vcard_xxport()
+#else //KAB_EMBEDDED
+ void *init_kaddrbk_vcard_xxport()
+#endif //KAB_EMBEDDED
{
@@ -67,3 +72,2 @@ extern "C"
}
-#endif //KAB_EMBEDDED