summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/tools/designer/designer/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/tools/designer/designer/layout.h')
-rw-r--r--tqtinterface/qt4/tools/designer/designer/layout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/tools/designer/designer/layout.h b/tqtinterface/qt4/tools/designer/designer/layout.h
index 3b07fcc..1b6821d 100644
--- a/tqtinterface/qt4/tools/designer/designer/layout.h
+++ b/tqtinterface/qt4/tools/designer/designer/layout.h
@@ -132,7 +132,7 @@ class Spacer : public TQWidget
Q_PROPERTY( Qt::Orientation orientation READ orientation WRITE setOrientation )
TQ_ENUMS( SizeType )
Q_PROPERTY( SizeType sizeType READ sizeType WRITE setSizeType )
- Q_PROPERTY( TQSize tqsizeHint READ tqsizeHint WRITE setSizeHint DESIGNABLE true STORED true )
+ Q_PROPERTY( TQSize sizeHint READ sizeHint WRITE setSizeHint DESIGNABLE true STORED true )
TQ_OVERRIDE( TQRect tqgeometry DESIGNABLE false )
private:
@@ -150,7 +150,7 @@ public:
Spacer( TQWidget *tqparent, const char *name );
TQSize tqminimumSize() const;
- TQSize tqsizeHint() const;
+ TQSize sizeHint() const;
void setSizeType( SizeType t );
SizeType sizeType() const;
int tqalignment() const;