summaryrefslogtreecommitdiffstats
path: root/src/newstuff/newscript.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/newstuff/newscript.cpp')
-rw-r--r--src/newstuff/newscript.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/newstuff/newscript.cpp b/src/newstuff/newscript.cpp
index 697f449..4ec83e3 100644
--- a/src/newstuff/newscript.cpp
+++ b/src/newstuff/newscript.cpp
@@ -22,7 +22,7 @@ using Tellico::NewStuff::NewScript;
NewScript::NewScript(Manager* manager_, TQWidget* parentWidget_)
#if KDE_IS_VERSION(3,3,90)
- : KNewStuffSecure(TQString::fromLatin1("tellico/data-source"), parentWidget_)
+ : TDENewStuffSecure(TQString::fromLatin1("tellico script"), parentWidget_)
#else
: TQObject(parentWidget_)
#endif
@@ -38,8 +38,8 @@ void NewScript::installResource() {
}
#if KDE_IS_VERSION(3,3,90)
-#include <knewstuff/knewstuffsecure.h>
-#define SUPERCLASS KNewStuffSecure
+#include <tdenewstuff/knewstuffsecure.h>
+#define SUPERCLASS TDENewStuffSecure
#else
#define SUPERCLASS TQObject
#endif