summaryrefslogtreecommitdiffstats
path: root/kspread/dialogs/kspread_dlg_layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/dialogs/kspread_dlg_layout.h')
-rw-r--r--kspread/dialogs/kspread_dlg_layout.h24
1 files changed, 12 insertions, 12 deletions
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:
/**