diff options
author | Timothy Pearson <[email protected]> | 2012-10-20 20:01:48 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-10-20 20:01:48 -0500 |
commit | 7608f0043b6dfc0b1adcaa8912793e1d3fe7b636 (patch) | |
tree | 7ffddfefaf990c9a33ee6a0f317b9133dc58305c /src/widgets/ntqtabbar.h | |
parent | edec8306fb4f7dab5e6b0f368e889581f38ea3bc (diff) | |
download | tqt3-7608f0043b6dfc0b1adcaa8912793e1d3fe7b636.tar.gz tqt3-7608f0043b6dfc0b1adcaa8912793e1d3fe7b636.zip |
Automated update from Qt3
Diffstat (limited to 'src/widgets/ntqtabbar.h')
-rw-r--r-- | src/widgets/ntqtabbar.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/widgets/ntqtabbar.h b/src/widgets/ntqtabbar.h index a8271308b..1fd1b742b 100644 --- a/src/widgets/ntqtabbar.h +++ b/src/widgets/ntqtabbar.h @@ -88,11 +88,11 @@ struct TQTabPrivate; class Q_EXPORT TQTabBar: public TQWidget { TQ_OBJECT - Q_ENUMS( Shape ) - Q_PROPERTY( Shape shape READ shape WRITE setShape ) - Q_PROPERTY( int currentTab READ currentTab WRITE setCurrentTab ) - Q_PROPERTY( int count READ count ) - Q_PROPERTY( int keyboardFocusTab READ keyboardFocusTab ) + TQ_ENUMS( Shape ) + TQ_PROPERTY( Shape shape READ shape WRITE setShape ) + TQ_PROPERTY( int currentTab READ currentTab WRITE setCurrentTab ) + TQ_PROPERTY( int count READ count ) + TQ_PROPERTY( int keyboardFocusTab READ keyboardFocusTab ) public: TQTabBar( TQWidget* parent=0, const char* name=0 ); |