From de61d6005b51bc62f01786e06cd964e530c1bf83 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Tue, 10 Jul 2007 22:34:46 +0000 Subject: load x-adjusted libraries --- 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() ) { -- cgit v0.9.0.2