|
|
|
@ -205,7 +205,7 @@ PluginLoader::PluginLoader( const TQStringList& ignores, Interface* interface )
|
|
|
|
|
d->m_ignores = ignores;
|
|
|
|
|
|
|
|
|
|
KTrader::OfferList offers = KTrader::self()->query("KIPI/Plugin");
|
|
|
|
|
KConfig* config = KGlobal::config();
|
|
|
|
|
KConfig* config = TDEGlobal::config();
|
|
|
|
|
config->setGroup( TQString::fromLatin1( "KIPI/EnabledPlugin" ) );
|
|
|
|
|
|
|
|
|
|
KTrader::OfferList::ConstIterator iter;
|
|
|
|
@ -359,7 +359,7 @@ ConfigWidget::~ConfigWidget()
|
|
|
|
|
|
|
|
|
|
void ConfigWidget::apply()
|
|
|
|
|
{
|
|
|
|
|
KConfig* config = KGlobal::config();
|
|
|
|
|
KConfig* config = TDEGlobal::config();
|
|
|
|
|
config->setGroup( TQString::fromLatin1( "KIPI/EnabledPlugin" ) );
|
|
|
|
|
bool changes = false;
|
|
|
|
|
|
|
|
|
|