From 107ab7796f5e050b4d96d1ebf8e7121a61f6279d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:06:43 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 678ee0d63590ba7bf1cad32070c229d699617a3c) --- krec/krecfileviewhelpers.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'krec/krecfileviewhelpers.h') diff --git a/krec/krecfileviewhelpers.h b/krec/krecfileviewhelpers.h index 28fd6b12..8faf225e 100644 --- a/krec/krecfileviewhelpers.h +++ b/krec/krecfileviewhelpers.h @@ -26,7 +26,7 @@ class TQPopupMenu; class TDEPopupMenu; class KRecTimeBar : public TQFrame { - Q_OBJECT + TQ_OBJECT public: KRecTimeBar( TQWidget*, const char* =0 ); @@ -56,7 +56,7 @@ private: */ class KRecTimeDisplay : public TQFrame { - Q_OBJECT + TQ_OBJECT public: KRecTimeDisplay( TQWidget*, const char* =0 ); @@ -93,7 +93,7 @@ private: class AKLabel : public TQLabel { - Q_OBJECT + TQ_OBJECT public: AKLabel( TQWidget* p, const char* n=0, WFlags f=0 ) : TQLabel( p, n, f ) { init(); } -- cgit v1.2.1