diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:35:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-23 18:50:51 +0900 |
commit | 3f22c122a9f1c8b94db1c37c60890cb1a0856a89 (patch) | |
tree | be2a904b72a91b2dff85fb6652890ee689f7d143 /part/kxeelementdialog.h | |
parent | ff2a80a1f4619db8fd6d3ecaa7f8d7259347c4fe (diff) | |
download | kxmleditor-3f22c122a9f1c8b94db1c37c60890cb1a0856a89.tar.gz kxmleditor-3f22c122a9f1c8b94db1c37c60890cb1a0856a89.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bd6c87d5b200c621524b7d3e2053e3875477a918)
Diffstat (limited to 'part/kxeelementdialog.h')
-rw-r--r-- | part/kxeelementdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/part/kxeelementdialog.h b/part/kxeelementdialog.h index fec812c..1a705db 100644 --- a/part/kxeelementdialog.h +++ b/part/kxeelementdialog.h @@ -22,7 +22,7 @@ class KXEElementDialog : public KXEElementDialogBase { - Q_OBJECT + TQ_OBJECT public: KXEElementDialog( TQWidget * pParent = 0, const char * pszName = 0, bool fModal = true, WFlags fl = 0 ); |