diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 12:35:19 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-23 18:50:51 +0900 |
commit | 3f22c122a9f1c8b94db1c37c60890cb1a0856a89 (patch) | |
tree | be2a904b72a91b2dff85fb6652890ee689f7d143 /part/kxe_viewattributes.h | |
parent | ff2a80a1f4619db8fd6d3ecaa7f8d7259347c4fe (diff) | |
download | kxmleditor-3f22c122a9f1c8b94db1c37c60890cb1a0856a89.tar.gz kxmleditor-3f22c122a9f1c8b94db1c37c60890cb1a0856a89.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit bd6c87d5b200c621524b7d3e2053e3875477a918)
Diffstat (limited to 'part/kxe_viewattributes.h')
-rw-r--r-- | part/kxe_viewattributes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/part/kxe_viewattributes.h b/part/kxe_viewattributes.h index 9b92d60..cf7d886 100644 --- a/part/kxe_viewattributes.h +++ b/part/kxe_viewattributes.h @@ -26,7 +26,7 @@ */ class KXE_ViewAttributes : public TQTable { - Q_OBJECT + TQ_OBJECT public: |