summaryrefslogtreecommitdiffabout
path: root/kabc/plugins/file/resourcefile.cpp
authorulf69 <ulf69>2004-06-29 05:06:57 (UTC)
committer ulf69 <ulf69>2004-06-29 05:06:57 (UTC)
commitbeccf25496b482fa9eccd41f13c07e67e32f3a52 (patch) (side-by-side diff)
tree2f50a252b93bb866c7f41beebcf539861e7f4e2c /kabc/plugins/file/resourcefile.cpp
parentd55d405ad63c4b9e9372430ccd3f73ef927bf7d9 (diff)
downloadkdepimpi-beccf25496b482fa9eccd41f13c07e67e32f3a52.zip
kdepimpi-beccf25496b482fa9eccd41f13c07e67e32f3a52.tar.gz
kdepimpi-beccf25496b482fa9eccd41f13c07e67e32f3a52.tar.bz2
enable dynamic loading
Diffstat (limited to 'kabc/plugins/file/resourcefile.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/plugins/file/resourcefile.cpp36
1 files changed, 18 insertions, 18 deletions
diff --git a/kabc/plugins/file/resourcefile.cpp b/kabc/plugins/file/resourcefile.cpp
index d30ed2f..80af841 100644
--- a/kabc/plugins/file/resourcefile.cpp
+++ b/kabc/plugins/file/resourcefile.cpp
@@ -45,3 +45,3 @@ $Id$
-//US #include "formatfactory.h"
+#include "formatfactory.h"
@@ -51,4 +51,4 @@ $Id$
-#include <formats/vcardformatplugin2.h>
-#include <formats/binaryformat.h>
+//US #include "../../formats/vcardformatplugin2.h"
+//US #include "../../formats/binaryformat.h"
@@ -61,7 +61,6 @@ extern "C"
{
- void *init_kabc_file()
+//US void *init_kabc_file()
+ void *init_microkabc_file()
{
- qDebug("!!!resourcefile.cpp : init_kabc_file has to be changed");
-//US return new KRES::PluginFactory<ResourceFile,ResourceFileConfig>();
- return 0;
+ return new KRES::PluginFactory<ResourceFile,ResourceFileConfig>();
}
@@ -101,4 +100,4 @@ void ResourceFile::init( const QString &fileName, const QString &formatName )
-/*US FormatFactory *factory = FormatFactory::self();
- mFormat = factory->format( mFormatName );
+ FormatFactory *factory = FormatFactory::self();
+ mFormat = factory->format( mFormatName );
@@ -108,4 +107,4 @@ void ResourceFile::init( const QString &fileName, const QString &formatName )
}
-*/
+/*US
//US qDebug("ResourceFile::init initialized with format %s ", formatName.latin1());
@@ -121,2 +120,3 @@ void ResourceFile::init( const QString &fileName, const QString &formatName )
qDebug("ResourceFile::init format unknown !!! %s ", formatName.latin1());
+*/
@@ -219,4 +219,4 @@ bool ResourceFile::save( Ticket *ticket )
- (void) KSaveFile::backupFile( mFileName, QString::null /*directory*/
-/*US ,extension );
+ (void) KSaveFile::backupFile( mFileName, QString::null
+ ,extension );
@@ -288,5 +288,4 @@ bool ResourceFile::lock( const QString &fileName )
// Create lock file
- int result = 0;//::link( QFile::encodeName( mLockUniqueName ),
- // QFile::encodeName( lockName ) );
- qDebug("lock files %s, %s needs to be fixed", mLockUniqueName.latin1(), lockName.latin1() );
+ int result = ::link( QFile::encodeName( mLockUniqueName ),
+ QFile::encodeName( lockName ) );
@@ -344,5 +343,5 @@ void ResourceFile::setFormat( const QString &format )
-//US FormatFactory *factory = FormatFactory::self();
-//US mFormat = factory->format( mFormatName );
-
+ FormatFactory *factory = FormatFactory::self();
+ mFormat = factory->format( mFormatName );
+/*US
//qDebug("ResourceFile::setFormat initialized with format %s ", format.latin1());
@@ -358,2 +357,3 @@ void ResourceFile::setFormat( const QString &format )
qDebug("ResourceFile::setFormat format unknown !!! %s ", format.latin1());
+*/