summaryrefslogtreecommitdiffabout
path: root/kabc/plugins/olaccess/resourceolaccess.cpp
Side-by-side diff
Diffstat (limited to 'kabc/plugins/olaccess/resourceolaccess.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/plugins/olaccess/resourceolaccess.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/kabc/plugins/olaccess/resourceolaccess.cpp b/kabc/plugins/olaccess/resourceolaccess.cpp
index 7113e0e..c7c9874 100644
--- a/kabc/plugins/olaccess/resourceolaccess.cpp
+++ b/kabc/plugins/olaccess/resourceolaccess.cpp
@@ -45,30 +45,31 @@ $Id$
#include <libkdepim/ksyncprofile.h>
#include "resourceolaccessconfig.h"
#include "resourceolaccess.h"
#include "stdaddressbook.h"
#include "olaccessconverter.h"
//#define ALLOW_LOCKING
using namespace KABC;
extern "C"
-{
+__declspec(dllexport)
+
void *init_microkabc_olaccess()
{
return new KRES::PluginFactory<Resourceolaccess,ResourceolaccessConfig>();
}
-}
+
Resourceolaccess::Resourceolaccess( const KConfig *config )
: Resource( config ), mConverter (0)
{
// we can not choose the filename. Therefore use the default to display
//mAccess = 0;
QString fileName;// = SlZDataBase::addressbookFileName();
init( fileName );
}
Resourceolaccess::Resourceolaccess( const QString &fileName )
: Resource( 0 )