summaryrefslogtreecommitdiffabout
path: root/kaddressbook/xxport/kde2_xxport.cpp
Unidiff
Diffstat (limited to 'kaddressbook/xxport/kde2_xxport.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--kaddressbook/xxport/kde2_xxport.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/kaddressbook/xxport/kde2_xxport.cpp b/kaddressbook/xxport/kde2_xxport.cpp
index d5fc075..3fdb36d 100644
--- a/kaddressbook/xxport/kde2_xxport.cpp
+++ b/kaddressbook/xxport/kde2_xxport.cpp
@@ -59,2 +59,4 @@ class KDE2XXPortFactory : public XXPortFactory
59 59
60#endif //KAB_EMBEDDED
61
60 62
@@ -62,3 +64,7 @@ extern "C"
62{ 64{
65#ifndef KAB_EMBEDDED
63 void *init_libkaddrbk_kde2_xxport() 66 void *init_libkaddrbk_kde2_xxport()
67#else //KAB_EMBEDDED
68 void *init_kaddrbk_kde2_xxport()
69#endif //KAB_EMBEDDED
64 { 70 {
@@ -67,3 +73,2 @@ extern "C"
67} 73}
68#endif //KAB_EMBEDDED
69 74