diff options
Diffstat (limited to 'tqtinterface/qt4/src/widgets/tqhbox.h')
-rw-r--r-- | tqtinterface/qt4/src/widgets/tqhbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/src/widgets/tqhbox.h b/tqtinterface/qt4/src/widgets/tqhbox.h index e669eb0..b6a524d 100644 --- a/tqtinterface/qt4/src/widgets/tqhbox.h +++ b/tqtinterface/qt4/src/widgets/tqhbox.h @@ -53,14 +53,14 @@ class TQ_EXPORT TQHBox : public TQFrame Q_OBJECT TQ_OBJECT public: - TQHBox( TQWidget* tqparent=0, const char* name=0, WFlags f=0 ); + TQHBox( TQWidget* parent=0, const char* name=0, WFlags f=0 ); void setSpacing( int ); bool setStretchFactor( TQWidget*, int stretch ); TQSize tqsizeHint() const; protected: - TQHBox( bool horizontal, TQWidget* tqparent, const char* name, WFlags f = 0 ); + TQHBox( bool horizontal, TQWidget* parent, const char* name, WFlags f = 0 ); void frameChanged(); private: |