summaryrefslogtreecommitdiffstats
path: root/kommander/editor/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/editor/layout.h')
-rw-r--r--kommander/editor/layout.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kommander/editor/layout.h b/kommander/editor/layout.h
index 14104bf7..2b33bb3b 100644
--- a/kommander/editor/layout.h
+++ b/kommander/editor/layout.h
@@ -118,7 +118,7 @@ class Spacer : public TQWidget
TQ_PROPERTY( Qt::Orientation orientation READ orientation WRITE setOrientation )
Q_ENUMS( SizeType )
TQ_PROPERTY( SizeType sizeType READ sizeType WRITE setSizeType )
- TQ_PROPERTY( TQSize tqsizeHint READ tqsizeHint WRITE setSizeHint DESIGNABLE true STORED true )
+ TQ_PROPERTY( TQSize sizeHint READ sizeHint WRITE setSizeHint DESIGNABLE true STORED true )
TQ_OVERRIDE( TQRect tqgeometry DESIGNABLE false )
private:
@@ -135,8 +135,8 @@ public:
Spacer( TQWidget *parent, const char *name );
- TQSize tqminimumSize() const;
- TQSize tqsizeHint() const;
+ TQSize minimumSize() const;
+ TQSize sizeHint() const;
void setSizeType( SizeType t );
SizeType sizeType() const;
int tqalignment() const;