summaryrefslogtreecommitdiffstats
path: root/src/modules/addon/managementdialog.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-24 21:28:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-31 10:03:10 +0900
commit030a2248f3630fd0404df98beffc78b5b5ca4c31 (patch)
tree75d55e7e177ca48e69d59f74181ce37841ecd51b /src/modules/addon/managementdialog.h
parent17118265cf93b35b0b68e450ea5f43046c1d81c3 (diff)
downloadkvirc-030a2248f3630fd0404df98beffc78b5b5ca4c31.tar.gz
kvirc-030a2248f3630fd0404df98beffc78b5b5ca4c31.zip
Drop USE_QT4 code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/modules/addon/managementdialog.h')
-rw-r--r--src/modules/addon/managementdialog.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/modules/addon/managementdialog.h b/src/modules/addon/managementdialog.h
index a25bfaa..dc20931 100644
--- a/src/modules/addon/managementdialog.h
+++ b/src/modules/addon/managementdialog.h
@@ -38,11 +38,7 @@ class TQPushButton;
class TQPixmap;
class KviKvsScriptAddon;
-#ifdef COMPILE_USE_QT4
- #include <TQTextDocument>
-#else
#include <tqsimplerichtext.h>
-#endif
class KviScriptAddonListViewItem : public KviTalListViewItem
{
@@ -51,11 +47,7 @@ public:
~KviScriptAddonListViewItem();
protected:
KviKvsScriptAddon * m_pAddon;
-#ifdef COMPILE_USE_QT4
- TQTextDocument * m_pText;
-#else
TQSimpleRichText * m_pText;
-#endif
TQPixmap * m_pIcon;
KviTalListView * m_pListView;
TQString m_szKey;