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 /doc/html/qdockarea-h.html | |
parent | edec8306fb4f7dab5e6b0f368e889581f38ea3bc (diff) | |
download | tqt3-7608f0043b6dfc0b1adcaa8912793e1d3fe7b636.tar.gz tqt3-7608f0043b6dfc0b1adcaa8912793e1d3fe7b636.zip |
Automated update from Qt3
Diffstat (limited to 'doc/html/qdockarea-h.html')
-rw-r--r-- | doc/html/qdockarea-h.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qdockarea-h.html b/doc/html/qdockarea-h.html index 56921563f..8921c786d 100644 --- a/doc/html/qdockarea-h.html +++ b/doc/html/qdockarea-h.html @@ -142,11 +142,11 @@ private: class Q_EXPORT TQDockArea : public TQWidget { TQ_OBJECT - Q_ENUMS( HandlePosition ) - Q_PROPERTY( Orientation orientation READ orientation ) - Q_PROPERTY( int count READ count ) - Q_PROPERTY( bool empty READ isEmpty ) - Q_PROPERTY( HandlePosition handlePosition READ handlePosition ) + TQ_ENUMS( HandlePosition ) + TQ_PROPERTY( Orientation orientation READ orientation ) + TQ_PROPERTY( int count READ count ) + TQ_PROPERTY( bool empty READ isEmpty ) + TQ_PROPERTY( HandlePosition handlePosition READ handlePosition ) friend class TQDockWindow; friend class TQDockWindowResizeHandle; |