summaryrefslogtreecommitdiffstats
path: root/src/komposefullscreenwidget.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:32:08 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-26 12:42:51 +0900
commit1f6563a27f27b345a58ceefd9e26081788c6287c (patch)
treee568935e88db47f6fee37e208eb6bd73196fc0b9 /src/komposefullscreenwidget.h
parent9b1d854c654a7d12b488672b51791305306af88d (diff)
downloadkompose-1f6563a27f27b345a58ceefd9e26081788c6287c.tar.gz
kompose-1f6563a27f27b345a58ceefd9e26081788c6287c.zip
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 59587af73d03f12f8326872b660419f6ceee6f29)
Diffstat (limited to 'src/komposefullscreenwidget.h')
-rw-r--r--src/komposefullscreenwidget.h2
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 );