Fix broken URLs.

pull/1/head
Darrell Anderson 12 years ago
parent 2cdc4ecf3c
commit 05273794a3

@ -696,7 +696,7 @@ void AppearanceConfig::slotGetChatStyles()
// you have to do this by hand when providing your own Engine
KNS::ProviderLoader *provider = new KNS::ProviderLoader( this );
TQObject::connect( provider, TQT_SIGNAL( providersLoaded(Provider::List*) ), downloadDialog, TQT_SLOT( slotProviders (Provider::List *) ) );
provider->load( "kopete/chatstyle", "http://download.kde.org/tdehotnewstuff/kopetestyles12-providers.xml" );
provider->load( "kopete/chatstyle", "http://download.kde.org/khotnewstuff/kopetestyles12-providers.xml" );
downloadDialog->exec();
}
@ -856,7 +856,7 @@ void AppearanceConfig::slotGetEmoticonThemes()
TDEConfig* config = TDEGlobal::config();
config->setGroup( "KNewStuff" );
config->writeEntry( "ProvidersUrl",
"http://download.kde.org/tdehotnewstuff/emoticons-providers.xml" );
"http://download.kde.org/khotnewstuff/emoticons-providers.xml" );
config->writeEntry( "StandardResource", "emoticons" );
config->writeEntry( "Uncompress", "application/x-gzip" );
config->sync();

Loading…
Cancel
Save