diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 14:32:08 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 14:32:08 +0900 |
commit | 59587af73d03f12f8326872b660419f6ceee6f29 (patch) | |
tree | a2c6c154241e38f42688d1de51b0c8d9402e2da2 /src/komposewidget.h | |
parent | 96eab52fb86338b3288b2fc655fb29f28afb81d0 (diff) | |
download | kompose-59587af73d03f12f8326872b660419f6ceee6f29.tar.gz kompose-59587af73d03f12f8326872b660419f6ceee6f29.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/komposewidget.h')
-rw-r--r-- | src/komposewidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/komposewidget.h b/src/komposewidget.h index 69391e3..39443e2 100644 --- a/src/komposewidget.h +++ b/src/komposewidget.h @@ -30,7 +30,7 @@ This base class for all Kompose Widgets glues the Layout and the widget together */ class KomposeWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KomposeWidget( TQWidget *parent = 0, KomposeLayout *l = 0, const char *name = 0); |