diff options
Diffstat (limited to 'src/newstuff/newscript.h')
-rw-r--r-- | src/newstuff/newscript.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/newstuff/newscript.h b/src/newstuff/newscript.h index cc290bf..eae117c 100644 --- a/src/newstuff/newscript.h +++ b/src/newstuff/newscript.h @@ -18,8 +18,8 @@ #include <kurl.h> #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 @@ -47,7 +47,7 @@ private: Manager* m_manager; #if !KDE_IS_VERSION(3,3,90) - // KNewStuffSecure has a protected variable + // TDENewStuffSecure has a protected variable TQString m_tarName; #endif KURL m_url; |