diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 14:32:08 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-26 12:42:51 +0900 |
commit | 1f6563a27f27b345a58ceefd9e26081788c6287c (patch) | |
tree | e568935e88db47f6fee37e208eb6bd73196fc0b9 /src/komposefullscreenwidget.h | |
parent | 9b1d854c654a7d12b488672b51791305306af88d (diff) | |
download | kompose-1f6563a27f27b345a58ceefd9e26081788c6287c.tar.gz kompose-1f6563a27f27b345a58ceefd9e26081788c6287c.zip |
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 59587af73d03f12f8326872b660419f6ceee6f29)
Diffstat (limited to 'src/komposefullscreenwidget.h')
-rw-r--r-- | src/komposefullscreenwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/komposefullscreenwidget.h b/src/komposefullscreenwidget.h index 15f3fdf..4a480d7 100644 --- a/src/komposefullscreenwidget.h +++ b/src/komposefullscreenwidget.h @@ -26,7 +26,7 @@ class TDEPopupMenu; */ class KomposeFullscreenWidget : public KomposeTaskContainerWidget { -Q_OBJECT +TQ_OBJECT public: KomposeFullscreenWidget( int displayType = KOMPOSEDISPLAY_VIRTUALDESKS ,KomposeLayout *l = 0 ); |