diff options
Diffstat (limited to 'kspread/dialogs/kspread_dlg_layout.h')
| -rw-r--r-- | kspread/dialogs/kspread_dlg_layout.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/kspread/dialogs/kspread_dlg_layout.h b/kspread/dialogs/kspread_dlg_layout.h index 8d38663ac..03c8486bb 100644 --- a/kspread/dialogs/kspread_dlg_layout.h +++ b/kspread/dialogs/kspread_dlg_layout.h @@ -97,7 +97,7 @@ enum BorderShortcutType class PatternSelect : public TQFrame { Q_OBJECT - TQ_OBJECT + public: PatternSelect( TQWidget *parent, const char *_name ); @@ -136,7 +136,7 @@ protected: class GeneralTab : public TQWidget { Q_OBJECT - TQ_OBJECT + public: GeneralTab( TQWidget * parent, CellFormatDialog * _dlg ); @@ -165,7 +165,7 @@ class GeneralTab : public TQWidget class CellFormatPageFont : public FontTab { Q_OBJECT - TQ_OBJECT + public: CellFormatPageFont( TQWidget* parent, CellFormatDialog *_dlg ); @@ -208,7 +208,7 @@ private: class CellFormatPageFloat : public TQWidget { Q_OBJECT - TQ_OBJECT + public: CellFormatPageFloat( TQWidget *parent, CellFormatDialog *_dlg ); void apply( CustomStyle * style ); @@ -252,7 +252,7 @@ protected: class CellFormatPagePosition : public PositionTab { Q_OBJECT - TQ_OBJECT + public: CellFormatPagePosition( TQWidget *parent, CellFormatDialog *_dlg ); @@ -284,7 +284,7 @@ protected: class Border : public TQFrame { Q_OBJECT - TQ_OBJECT + public: Border( TQWidget *parent,const char *_name,bool _oneCol,bool _oneRow ); signals: @@ -300,7 +300,7 @@ protected: class BorderButton : public TQPushButton { Q_OBJECT - TQ_OBJECT + public: BorderButton( TQWidget *parent, const char *_name ); void setPenStyle( Qt::PenStyle _pat ) { penStyle = _pat;} @@ -327,7 +327,7 @@ public: class CellFormatPageBorder : public TQWidget { Q_OBJECT - TQ_OBJECT + public: CellFormatPageBorder( TQWidget *parent, CellFormatDialog *_dlg ); @@ -385,7 +385,7 @@ private: class BrushSelect : public TQFrame { Q_OBJECT - TQ_OBJECT + public: BrushSelect( TQWidget *parent, const char *_name ); @@ -415,7 +415,7 @@ protected: class CellFormatPagePattern : public TQWidget { Q_OBJECT - TQ_OBJECT + public: CellFormatPagePattern( TQWidget *parent, CellFormatDialog *_dlg ); @@ -460,7 +460,7 @@ protected: class CellFormatPageProtection : public ProtectionTab { Q_OBJECT - TQ_OBJECT + public: CellFormatPageProtection( TQWidget * parent, CellFormatDialog * _dlg ); @@ -483,7 +483,7 @@ class CellFormatPageProtection : public ProtectionTab class CellFormatDialog : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** * Create a format dlg for the rectangular area in '_sheet'. |
