From 05273794a3a86e5c2da0d2082fc660f329ebb69a Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 6 Apr 2013 19:33:34 -0500 Subject: Fix broken URLs. --- kopete/kopete/config/appearance/appearanceconfig.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kopete') diff --git a/kopete/kopete/config/appearance/appearanceconfig.cpp b/kopete/kopete/config/appearance/appearanceconfig.cpp index 206a148f..150c1be4 100644 --- a/kopete/kopete/config/appearance/appearanceconfig.cpp +++ b/kopete/kopete/config/appearance/appearanceconfig.cpp @@ -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(); -- cgit v1.2.1