summaryrefslogtreecommitdiffstats
path: root/src/newstuff/dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/newstuff/dialog.cpp')
-rw-r--r--src/newstuff/dialog.cpp8
1 files changed, 4 insertions, 4 deletions
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 <klocale.h>
#include <kpushbutton.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kiconloader.h>
#include <kstatusbar.h>
-#include <kio/job.h>
-#include <kio/netaccess.h>
+#include <tdeio/job.h>
+#include <tdeio/netaccess.h>
#include <kaccelmanager.h>
#include <knewstuff/entry.h>
#include <knewstuff/provider.h>
@@ -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");