diff options
Diffstat (limited to 'tqtinterface/qt4/src/widgets/tqspinbox.h')
-rw-r--r-- | tqtinterface/qt4/src/widgets/tqspinbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/src/widgets/tqspinbox.h b/tqtinterface/qt4/src/widgets/tqspinbox.h index 2e18cef..1013c11 100644 --- a/tqtinterface/qt4/src/widgets/tqspinbox.h +++ b/tqtinterface/qt4/src/widgets/tqspinbox.h @@ -70,9 +70,9 @@ class TQ_EXPORT TQSpinBox: public TQWidget, public TQRangeControl Q_PROPERTY( int value READ value WRITE setValue ) public: - TQSpinBox( TQWidget* tqparent=0, const char* name=0 ); + TQSpinBox( TQWidget* parent=0, const char* name=0 ); TQSpinBox( int minValue, int maxValue, int step = 1, - TQWidget* tqparent=0, const char* name=0 ); + TQWidget* parent=0, const char* name=0 ); ~TQSpinBox(); TQString text() const; |