summaryrefslogtreecommitdiffstats
path: root/doc/html/qtabbar-h.html
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-10-21 18:55:44 -0500
committerDarrell Anderson <[email protected]>2012-10-21 18:55:44 -0500
commit6b6c9a354dbda88664fb1aebda9bb1df77a4aa2d (patch)
treef13bbebb928d6448ff186bc596fa58fa6b8892d9 /doc/html/qtabbar-h.html
parent56cd55070ee6c5267fde1aae4d5251e400dea64d (diff)
parent7608f0043b6dfc0b1adcaa8912793e1d3fe7b636 (diff)
downloadtqt3-6b6c9a354dbda88664fb1aebda9bb1df77a4aa2d.tar.gz
tqt3-6b6c9a354dbda88664fb1aebda9bb1df77a4aa2d.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
Diffstat (limited to 'doc/html/qtabbar-h.html')
-rw-r--r--doc/html/qtabbar-h.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qtabbar-h.html b/doc/html/qtabbar-h.html
index c7150d174..30892ea3a 100644
--- a/doc/html/qtabbar-h.html
+++ b/doc/html/qtabbar-h.html
@@ -124,11 +124,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 );