diff options
Diffstat (limited to 'kexi/main/kexinewstuff.cpp')
-rw-r--r-- | kexi/main/kexinewstuff.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/main/kexinewstuff.cpp b/kexi/main/kexinewstuff.cpp index 99ec8a31..7ca0ceb4 100644 --- a/kexi/main/kexinewstuff.cpp +++ b/kexi/main/kexinewstuff.cpp @@ -24,7 +24,7 @@ #include <tqdir.h> #include <kaction.h> #include <kapplication.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <klocale.h> #include <tdeversion.h> @@ -33,7 +33,7 @@ KexiNewStuff::KexiNewStuff(TQWidget *parent) : KNewStuff( "kexi/template" #if KDE_IS_VERSION(3,3,0) - , "http://download.kde.org/khotnewstuff/kexi-providers.xml" + , "http://download.kde.org/tdehotnewstuff/kexi-providers.xml" #endif , parent) { |