From eb94524b31d08c526213c8c345df684915c12086 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 00:56:40 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- src/newstuff/dialog.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/newstuff/dialog.cpp') diff --git a/src/newstuff/dialog.cpp b/src/newstuff/dialog.cpp index 0d21c69..b627cf0 100644 --- a/src/newstuff/dialog.cpp +++ b/src/newstuff/dialog.cpp @@ -20,11 +20,11 @@ #include #include -#include +#include #include #include -#include -#include +#include +#include #include #include #include @@ -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/khotnewstuff/tellicotemplates-providers.xml"); + TQString alt = TQString::fromLatin1("http://download.kde.org/tdehotnewstuff/tellicotemplates-providers.xml"); loader->setAlternativeProvider(alt); } else { prov = TQString::fromLatin1("http://periapsis.org/tellico/newstuff/tellicoscripts-providers.php"); -- cgit v1.2.1