summaryrefslogtreecommitdiffabout
path: root/kaddressbook/xxport/vcard_xxport.cpp
authorulf69 <ulf69>2004-08-02 18:22:39 (UTC)
committer ulf69 <ulf69>2004-08-02 18:22:39 (UTC)
commit9f89ce524f3dc9bb820e32f235a03d0a167b9f89 (patch) (side-by-side diff)
tree140294ee8ce336999d45c5823a3e09a7ffa22fdd /kaddressbook/xxport/vcard_xxport.cpp
parente084a79b8aa0174e7587893f9b87d88670ed9f2c (diff)
downloadkdepimpi-9f89ce524f3dc9bb820e32f235a03d0a167b9f89.zip
kdepimpi-9f89ce524f3dc9bb820e32f235a03d0a167b9f89.tar.gz
kdepimpi-9f89ce524f3dc9bb820e32f235a03d0a167b9f89.tar.bz2
overhaul of the export/import interface to use dynamically loaded
resources as base for export and import
Diffstat (limited to 'kaddressbook/xxport/vcard_xxport.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--kaddressbook/xxport/vcard_xxport.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/kaddressbook/xxport/vcard_xxport.cpp b/kaddressbook/xxport/vcard_xxport.cpp
index 4819341..acf6419 100644
--- a/kaddressbook/xxport/vcard_xxport.cpp
+++ b/kaddressbook/xxport/vcard_xxport.cpp
@@ -65,7 +65,7 @@ extern "C"
#ifndef KAB_EMBEDDED
void *init_libkaddrbk_vcard_xxport()
#else //KAB_EMBEDDED
- void *init_kaddrbk_vcard_xxport()
+ void *init_microkaddrbk_vcard_xxport()
#endif //KAB_EMBEDDED
{
return ( new VCardXXPortFactory() );
@@ -250,6 +250,7 @@ KABC::AddresseeList VCardXXPort::parseVCard( const QString &data ) const
return addrList;
}
+
#ifndef KAB_EMBEDDED
#include "vcard_xxport.moc"
#endif //KAB_EMBEDDED