summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--microkde/kresources/factory.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/microkde/kresources/factory.cpp b/microkde/kresources/factory.cpp
index 4f286d1..1c6c228 100644
--- a/microkde/kresources/factory.cpp
+++ b/microkde/kresources/factory.cpp
@@ -85,3 +85,3 @@ Factory::Factory( const QString& resourceFamily) :
PluginInfo* info = new PluginInfo;
- info->library = "microkabc_file";
+ info->library = "xmicrokabc_file";
info->nameLabel = i18n( "file" );
@@ -91,3 +91,3 @@ Factory::Factory( const QString& resourceFamily) :
info = new PluginInfo;
- info->library = "microkabc_dir";
+ info->library = "xmicrokabc_dir";
info->nameLabel = i18n( "dir" );
@@ -97,3 +97,3 @@ Factory::Factory( const QString& resourceFamily) :
info = new PluginInfo;
- info->library = "microkabc_ldap";
+ info->library = "xmicrokabc_ldap";
info->nameLabel = i18n( "ldap" );
@@ -104,3 +104,3 @@ Factory::Factory( const QString& resourceFamily) :
/*US
- QString libname = "microkabc_opie";
+ QString libname = "xmicrokabc_opie";
QString path = KLibLoader::findLibrary( QFile::encodeName( libname ) );
@@ -116,3 +116,3 @@ Factory::Factory( const QString& resourceFamily) :
//US add qtopia plugin only, if the library exists.
- QString libname = "microkabc_qtopia";
+ QString libname = "xmicrokabc_qtopia";
QString path = KLibLoader::findLibrary( QFile::encodeName( libname ) );
@@ -128,3 +128,3 @@ Factory::Factory( const QString& resourceFamily) :
//US add sharp plugin only, if the library exists.
- libname = "microkabc_sharpdtm";
+ libname = "xmicrokabc_sharpdtm";
path = KLibLoader::findLibrary( QFile::encodeName( libname ) );
@@ -141,3 +141,3 @@ Factory::Factory( const QString& resourceFamily) :
//LR add ol plugin only, if the library exists.
- libname = "microkabc_olaccess";
+ libname = "xmicrokabc_olaccess";
path = KLibLoader::findLibrary( QFile::encodeName( libname ) );