From c46be605257ef2a44573d27386ec875c2ffa487a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 19 Jul 2023 14:47:52 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/mergeresultwindow.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mergeresultwindow.h') diff --git a/src/mergeresultwindow.h b/src/mergeresultwindow.h index 57f25d7..82cbb7e 100644 --- a/src/mergeresultwindow.h +++ b/src/mergeresultwindow.h @@ -28,7 +28,7 @@ class TQPainter; class Overview : public TQWidget { - Q_OBJECT + TQ_OBJECT public: Overview( TQWidget* pParent, OptionDialog* pOptions ); @@ -96,7 +96,7 @@ enum e_MergeSrcSelector class MergeResultWindow : public TQWidget { - Q_OBJECT + TQ_OBJECT public: MergeResultWindow( @@ -426,7 +426,7 @@ class TQComboBox; class TQLabel; class WindowTitleWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT private: TQLabel* m_pLabel; -- cgit v1.2.1