summaryrefslogtreecommitdiffstats
path: root/kexi/main/kexinewstuff.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2014-09-27 19:20:57 +0200
committerSlávek Banko <slavek.banko@axis.cz>2014-09-27 19:20:57 +0200
commit38518d610d1106fbca41bed7b3df4605958dc45d (patch)
tree2c4b0ff28f4ba8ccaac393ace70015305d9821dd /kexi/main/kexinewstuff.cpp
parent973ba55e2621b4db4644352bb699db2435ab5b29 (diff)
downloadkoffice-38518d610d1106fbca41bed7b3df4605958dc45d.tar.gz
koffice-38518d610d1106fbca41bed7b3df4605958dc45d.zip
Update for recent TDENewStuff changes
Diffstat (limited to 'kexi/main/kexinewstuff.cpp')
-rw-r--r--kexi/main/kexinewstuff.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kexi/main/kexinewstuff.cpp b/kexi/main/kexinewstuff.cpp
index c9013d25..3aed5172 100644
--- a/kexi/main/kexinewstuff.cpp
+++ b/kexi/main/kexinewstuff.cpp
@@ -17,7 +17,7 @@
* Boston, MA 02110-1301, USA.
*/
-#ifdef HAVE_KNEWSTUFF
+#ifdef HAVE_TDENEWSTUFF
#include <kdebug.h>
#include <ktar.h>
@@ -31,9 +31,9 @@
#include "kexinewstuff.h"
KexiNewStuff::KexiNewStuff(TQWidget *parent)
- : KNewStuff( "kexi/template"
+ : TDENewStuff( "kexi template"
#if KDE_IS_VERSION(3,3,0)
- , "http://download.kde.org/khotnewstuff/kexi-providers.xml"
+ , "https://www.trinitydesktop.org/ocs/providers.xml"
#endif
, parent)
{
@@ -41,7 +41,7 @@ KexiNewStuff::KexiNewStuff(TQWidget *parent)
// fails to download something, it still marks the thing as
// successfully downloaded and therefore we arn't able to
// download it again :-/
- TDEGlobal::config()->deleteGroup("KNewStuffStatus");
+ TDEGlobal::config()->deleteGroup("TDENewStuffStatus");
}
KexiNewStuff::~KexiNewStuff()