summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-04-06 19:33:34 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-04-06 19:33:34 -0500
commit05273794a3a86e5c2da0d2082fc660f329ebb69a (patch)
treed68b80a579a7cf95577f7b6e912395fb7e0e4c5d
parent2cdc4ecf3cd1d36ae02586d5bf2119bc4f95c57c (diff)
downloadtdenetwork-05273794.tar.gz
tdenetwork-05273794.zip
Fix broken URLs.
-rw-r--r--kopete/kopete/config/appearance/appearanceconfig.cpp4
1 files changed, 2 insertions, 2 deletions
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();