From 8eb500c4e81229a9853e2f9bac4f39450083f3d7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:36:09 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- tdeprint/tests/drawdemo.h | 2 +- tdeprint/tests/helpwindow.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeprint/tests') diff --git a/tdeprint/tests/drawdemo.h b/tdeprint/tests/drawdemo.h index 963da64db..13f1df77a 100644 --- a/tdeprint/tests/drawdemo.h +++ b/tdeprint/tests/drawdemo.h @@ -8,7 +8,7 @@ class DrawView : public TQWidget { - Q_OBJECT + TQ_OBJECT public: DrawView(); ~DrawView(); diff --git a/tdeprint/tests/helpwindow.h b/tdeprint/tests/helpwindow.h index 2ff3d3649..53a424d1b 100644 --- a/tdeprint/tests/helpwindow.h +++ b/tdeprint/tests/helpwindow.h @@ -22,7 +22,7 @@ class TQPopupMenu; class HelpWindow : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: HelpWindow( const TQString& home_, const TQString& path, TQWidget* parent = 0, const char *name=0 ); ~HelpWindow(); -- cgit v1.2.3