summaryrefslogtreecommitdiffstats
path: root/part/kxeattributedialog.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:35:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:35:19 +0900
commitbd6c87d5b200c621524b7d3e2053e3875477a918 (patch)
treebe2a904b72a91b2dff85fb6652890ee689f7d143 /part/kxeattributedialog.h
parentff2a80a1f4619db8fd6d3ecaa7f8d7259347c4fe (diff)
downloadkxmleditor-bd6c87d5b200c621524b7d3e2053e3875477a918.tar.gz
kxmleditor-bd6c87d5b200c621524b7d3e2053e3875477a918.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'part/kxeattributedialog.h')
-rw-r--r--part/kxeattributedialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/part/kxeattributedialog.h b/part/kxeattributedialog.h
index 25b8879..5461ad8 100644
--- a/part/kxeattributedialog.h
+++ b/part/kxeattributedialog.h
@@ -24,7 +24,7 @@
class KXEAttributeDialog : public KXEAttributeDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
KXEAttributeDialog( TQWidget * pParent = 0, const char * pszName = 0, bool fModal = true, WFlags fl = 0 );