diff options
author | Michele Calgaro <[email protected]> | 2023-07-19 14:47:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-19 14:47:52 +0900 |
commit | c46be605257ef2a44573d27386ec875c2ffa487a (patch) | |
tree | 1aa44abd48247c445185f401525712efe6ef5bed /src/mergeresultwindow.h | |
parent | 955c49f5fc64a74216cc7711123376d1c05cb2f2 (diff) | |
download | kdiff3-c46be605257ef2a44573d27386ec875c2ffa487a.tar.gz kdiff3-c46be605257ef2a44573d27386ec875c2ffa487a.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/mergeresultwindow.h')
-rw-r--r-- | src/mergeresultwindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
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; |