diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 01:05:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 01:05:57 -0600 |
commit | 0ea54195f4400f13a5cc109feee4b3779fbd2f0f (patch) | |
tree | 14f5fe9a43c0a4bc41119c9d518713a3f91bd4c1 /superkaramba/src/themesdlg.cpp | |
parent | 0ec14ccb8401eff2be20f861953a77431410955c (diff) | |
download | tdeutils-0ea54195f4400f13a5cc109feee4b3779fbd2f0f.tar.gz tdeutils-0ea54195f4400f13a5cc109feee4b3779fbd2f0f.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'superkaramba/src/themesdlg.cpp')
-rw-r--r-- | superkaramba/src/themesdlg.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/superkaramba/src/themesdlg.cpp b/superkaramba/src/themesdlg.cpp index 4b13c6b..9b13ff3 100644 --- a/superkaramba/src/themesdlg.cpp +++ b/superkaramba/src/themesdlg.cpp @@ -36,7 +36,7 @@ #include "superkarambasettings.h" #include <karchive.h> #include <kdebug.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <kpushbutton.h> #include <kstandarddirs.h> #include <kapplication.h> @@ -48,7 +48,7 @@ #include <tqlabel.h> #include <tqcombobox.h> #include <tqptrlist.h> -#include <kio/job.h> +#include <tdeio/job.h> #include <kprotocolinfo.h> ThemesDlg::ThemesDlg(TQWidget *parent, const char *name) @@ -220,7 +220,7 @@ void ThemesDlg::getNewStuff() TDEConfig* config = TDEGlobal::config(); config->setGroup("KNewStuff"); config->writePathEntry("ProvidersUrl", - TQString::fromLatin1("http://download.kde.org/khotnewstuff/karamba-providers.xml")); + TQString::fromLatin1("http://download.kde.org/tdehotnewstuff/karamba-providers.xml")); config->sync(); m_newStuffStatus = config->entryMap("KNewStuffStatus").keys(); //This check is b/c KNewStuff will download, throw an error, |