summaryrefslogtreecommitdiffstats
path: root/src/modules/addon/managementdialog.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:56:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:09:37 +0900
commit6df27473e52921dbfb268945c748639f1cf806e4 (patch)
treed7d3d6d697f4e8b25e8b2f125bbec284f5dab741 /src/modules/addon/managementdialog.h
parent5e2a1ae3feaa4b6f0f8cca5abc8326612f1c4ca0 (diff)
downloadkvirc-6df27473e52921dbfb268945c748639f1cf806e4.tar.gz
kvirc-6df27473e52921dbfb268945c748639f1cf806e4.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/modules/addon/managementdialog.h')
-rw-r--r--src/modules/addon/managementdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/addon/managementdialog.h b/src/modules/addon/managementdialog.h
index 88f0008..a25bfaa 100644
--- a/src/modules/addon/managementdialog.h
+++ b/src/modules/addon/managementdialog.h
@@ -69,7 +69,7 @@ protected:
class KviScriptAddonListView : public KviListView
{
- Q_OBJECT
+ TQ_OBJECT
public:
KviScriptAddonListView(TQWidget * pParent);
@@ -80,7 +80,7 @@ protected:
class KviScriptManagementDialog : public TQDialog
{
- Q_OBJECT
+ TQ_OBJECT
protected:
KviScriptManagementDialog(TQWidget * p);