diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-04-06 19:35:50 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-04-06 19:35:50 -0500 |
commit | b33ad4b484ece5c1090ff1f194389648d7a44c84 (patch) | |
tree | 971658efc0d4a3354aeecdfb4ecc71a583094302 /kexi/main | |
parent | efca1544fd2475b9f1198e793dde8da1a39de4e2 (diff) | |
download | koffice-b33ad4b484ece5c1090ff1f194389648d7a44c84.tar.gz koffice-b33ad4b484ece5c1090ff1f194389648d7a44c84.zip |
Fix broken URLs.
Diffstat (limited to 'kexi/main')
-rw-r--r-- | kexi/main/kexinewstuff.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/main/kexinewstuff.cpp b/kexi/main/kexinewstuff.cpp index 725c1047..c9013d25 100644 --- a/kexi/main/kexinewstuff.cpp +++ b/kexi/main/kexinewstuff.cpp @@ -33,7 +33,7 @@ KexiNewStuff::KexiNewStuff(TQWidget *parent) : KNewStuff( "kexi/template" #if KDE_IS_VERSION(3,3,0) - , "http://download.kde.org/tdehotnewstuff/kexi-providers.xml" + , "http://download.kde.org/khotnewstuff/kexi-providers.xml" #endif , parent) { |