From 180ea1fc8d5e4c89a5082649aa9d2ba4190ef0dd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 7 Mar 2026 11:06:50 +0900 Subject: Remove use of KDE_IS_VERSION Signed-off-by: Michele Calgaro --- src/newstuff/newscript.cpp | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src/newstuff/newscript.cpp') diff --git a/src/newstuff/newscript.cpp b/src/newstuff/newscript.cpp index 4ec83e3..a0d2b8d 100644 --- a/src/newstuff/newscript.cpp +++ b/src/newstuff/newscript.cpp @@ -17,15 +17,12 @@ #include #include +#include using Tellico::NewStuff::NewScript; NewScript::NewScript(Manager* manager_, TQWidget* parentWidget_) -#if KDE_IS_VERSION(3,3,90) : TDENewStuffSecure(TQString::fromLatin1("tellico script"), parentWidget_) -#else - : TQObject(parentWidget_) -#endif , m_manager(manager_), m_success(false) { } @@ -37,12 +34,4 @@ void NewScript::installResource() { m_url = u; } -#if KDE_IS_VERSION(3,3,90) -#include -#define SUPERCLASS TDENewStuffSecure -#else -#define SUPERCLASS TQObject -#endif - #include "newscript.moc" -#undef SUPERCLASS -- cgit v1.2.3