Fix broken URLs.

pull/1/head
Darrell Anderson 11 years ago
parent efca1544fd
commit b33ad4b484

@ -33,7 +33,7 @@
KexiNewStuff::KexiNewStuff(TQWidget *parent) KexiNewStuff::KexiNewStuff(TQWidget *parent)
: KNewStuff( "kexi/template" : KNewStuff( "kexi/template"
#if KDE_IS_VERSION(3,3,0) #if KDE_IS_VERSION(3,3,0)
, "http://download.kde.org/tdehotnewstuff/kexi-providers.xml" , "http://download.kde.org/khotnewstuff/kexi-providers.xml"
#endif #endif
, parent) , parent)
{ {

@ -336,7 +336,7 @@ void WdgScriptsManager::slotGetNewScript()
TQObject::connect(p, TQT_SIGNAL(providersLoaded(Provider::List*)), TQObject::connect(p, TQT_SIGNAL(providersLoaded(Provider::List*)),
d, TQT_SLOT(slotProviders(Provider::List*))); d, TQT_SLOT(slotProviders(Provider::List*)));
p->load(type, TQString("http://download.kde.org/tdehotnewstuff/%1scripts-providers.xml").arg(appname)); p->load(type, TQString("http://download.kde.org/khotnewstuff/%1scripts-providers.xml").arg(appname));
d->exec(); d->exec();
#endif #endif
} }

Loading…
Cancel
Save