summaryrefslogtreecommitdiffstats
path: root/src/widgets/ntqtabbar.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-20 20:01:48 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-20 20:01:48 -0500
commit7608f0043b6dfc0b1adcaa8912793e1d3fe7b636 (patch)
tree7ffddfefaf990c9a33ee6a0f317b9133dc58305c /src/widgets/ntqtabbar.h
parentedec8306fb4f7dab5e6b0f368e889581f38ea3bc (diff)
downloadtqt3-7608f0043b6dfc0b1adcaa8912793e1d3fe7b636.tar.gz
tqt3-7608f0043b6dfc0b1adcaa8912793e1d3fe7b636.zip
Automated update from Qt3
Diffstat (limited to 'src/widgets/ntqtabbar.h')
-rw-r--r--src/widgets/ntqtabbar.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/widgets/ntqtabbar.h b/src/widgets/ntqtabbar.h
index a8271308..1fd1b742 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 );