From ef14fba42c78a96d905c42632a62dc11f353b1c3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 13:37:04 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit cb59219281a9666896ee96b02a487bbc0206082d) --- kspread/dialogs/kspread_dlg_layout.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'kspread/dialogs/kspread_dlg_layout.h') diff --git a/kspread/dialogs/kspread_dlg_layout.h b/kspread/dialogs/kspread_dlg_layout.h index 657850c7..84b6d241 100644 --- a/kspread/dialogs/kspread_dlg_layout.h +++ b/kspread/dialogs/kspread_dlg_layout.h @@ -96,7 +96,7 @@ enum BorderShortcutType class PatternSelect : public TQFrame { - Q_OBJECT + TQ_OBJECT public: PatternSelect( TQWidget *parent, const char *_name ); @@ -135,7 +135,7 @@ protected: class GeneralTab : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -164,7 +164,7 @@ class GeneralTab : public TQWidget */ class CellFormatPageFont : public FontTab { - Q_OBJECT + TQ_OBJECT public: CellFormatPageFont( TQWidget* parent, CellFormatDialog *_dlg ); @@ -207,7 +207,7 @@ private: */ class CellFormatPageFloat : public TQWidget { - Q_OBJECT + TQ_OBJECT public: CellFormatPageFloat( TQWidget *parent, CellFormatDialog *_dlg ); @@ -251,7 +251,7 @@ protected: class CellFormatPagePosition : public PositionTab { - Q_OBJECT + TQ_OBJECT public: CellFormatPagePosition( TQWidget *parent, CellFormatDialog *_dlg ); @@ -283,7 +283,7 @@ protected: class Border : public TQFrame { - Q_OBJECT + TQ_OBJECT public: Border( TQWidget *parent,const char *_name,bool _oneCol,bool _oneRow ); @@ -299,7 +299,7 @@ protected: class BorderButton : public TQPushButton { - Q_OBJECT + TQ_OBJECT public: BorderButton( TQWidget *parent, const char *_name ); @@ -326,7 +326,7 @@ public: class CellFormatPageBorder : public TQWidget { - Q_OBJECT + TQ_OBJECT public: CellFormatPageBorder( TQWidget *parent, CellFormatDialog *_dlg ); @@ -384,7 +384,7 @@ private: class BrushSelect : public TQFrame { - Q_OBJECT + TQ_OBJECT public: BrushSelect( TQWidget *parent, const char *_name ); @@ -414,7 +414,7 @@ protected: class CellFormatPagePattern : public TQWidget { - Q_OBJECT + TQ_OBJECT public: CellFormatPagePattern( TQWidget *parent, CellFormatDialog *_dlg ); @@ -459,7 +459,7 @@ protected: class CellFormatPageProtection : public ProtectionTab { - Q_OBJECT + TQ_OBJECT public: @@ -482,7 +482,7 @@ class CellFormatPageProtection : public ProtectionTab */ class CellFormatDialog : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** -- cgit v1.2.1