diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:07:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-21 17:51:37 +0900 |
commit | f3d43273fab6185fb07a20829ba537c650261a16 (patch) | |
tree | 1c587bc4e2af242a54f79334ec76e9119127addc /parts/uimode | |
parent | 4ab396a40eb06d14b10d8a35a4ca2166a677804f (diff) | |
download | tdevelop-f3d43273fab6185fb07a20829ba537c650261a16.tar.gz tdevelop-f3d43273fab6185fb07a20829ba537c650261a16.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9c40420b261ea30555cabc299829028ee345b9e5)
Diffstat (limited to 'parts/uimode')
-rw-r--r-- | parts/uimode/uichooser_part.h | 2 | ||||
-rw-r--r-- | parts/uimode/uichooser_widget.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/parts/uimode/uichooser_part.h b/parts/uimode/uichooser_part.h index ff822e1d..98c92707 100644 --- a/parts/uimode/uichooser_part.h +++ b/parts/uimode/uichooser_part.h @@ -14,7 +14,7 @@ class ConfigWidgetProxy; class UIChooserPart : public KDevPlugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/parts/uimode/uichooser_widget.h b/parts/uimode/uichooser_widget.h index 11cb031d..e1ee25bf 100644 --- a/parts/uimode/uichooser_widget.h +++ b/parts/uimode/uichooser_widget.h @@ -11,7 +11,7 @@ class UIChooserPart; class UIChooserWidget : public UIChooser { - Q_OBJECT + TQ_OBJECT public: |