summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-04-06 19:34:36 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-04-06 19:34:36 -0500
commitde67002232b899cf943d87c3edfac58d68459195 (patch)
tree2bf4642cfca5e0e3ef187a560e303f2a0201f0a1
parente044b0675ea89bc81fd062460dfb561e43ff2ef1 (diff)
downloadtellico-de670022.tar.gz
tellico-de670022.zip
Fix broken URL.
-rw-r--r--src/newstuff/dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newstuff/dialog.cpp b/src/newstuff/dialog.cpp
index 19ac406..d8e30dd 100644
--- a/src/newstuff/dialog.cpp
+++ b/src/newstuff/dialog.cpp
@@ -233,7 +233,7 @@ Dialog::Dialog(NewStuff::DataType type_, TQWidget* parent_)
if(prov.isEmpty()) {
if(m_type == EntryTemplate) {
prov = TQString::fromLatin1("http://periapsis.org/tellico/newstuff/tellicotemplates-providers.php");
- TQString alt = TQString::fromLatin1("http://download.kde.org/tdehotnewstuff/tellicotemplates-providers.xml");
+ TQString alt = TQString::fromLatin1("http://download.kde.org/khotnewstuff/tellicotemplates-providers.xml");
loader->setAlternativeProvider(alt);
} else {
prov = TQString::fromLatin1("http://periapsis.org/tellico/newstuff/tellicoscripts-providers.php");