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
@@ -83,26 +83,26 @@ Factory::Factory( const QString& resourceFamily) :
//US new
PluginInfo* info = new PluginInfo;
- info->library = "microkabc_file";
+ info->library = "xmicrokabc_file";
info->nameLabel = i18n( "file" );
info->descriptionLabel = i18n( "One file" );
mTypeMap.insert( "file", info );
info = new PluginInfo;
- info->library = "microkabc_dir";
+ info->library = "xmicrokabc_dir";
info->nameLabel = i18n( "dir" );
info->descriptionLabel = i18n( "A directory with many files" );
mTypeMap.insert( "dir", info );
info = new PluginInfo;
- info->library = "microkabc_ldap";
+ info->library = "xmicrokabc_ldap";
info->nameLabel = i18n( "ldap" );
info->descriptionLabel = i18n( "Connect to a directory server" );
mTypeMap.insert( "ldap", info );
//US add opie plugin only, if the library exists.
/*US
- QString libname = "microkabc_opie";
+ QString libname = "xmicrokabc_opie";
QString path = KLibLoader::findLibrary( QFile::encodeName( libname ) );
if ( !path.isEmpty() )
{
@@ -114,7 +114,7 @@ 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 ) );
if ( !path.isEmpty() )
{
@@ -126,7 +126,7 @@ 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 ) );
if ( !path.isEmpty() )
{
@@ -139,7 +139,7 @@ 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 ) );
if ( !path.isEmpty() )
{