summaryrefslogtreecommitdiffstats
path: root/doc/html/qdockarea-h.html
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-10-20 20:01:48 -0500
committerTimothy Pearson <[email protected]>2012-10-20 20:01:48 -0500
commit7608f0043b6dfc0b1adcaa8912793e1d3fe7b636 (patch)
tree7ffddfefaf990c9a33ee6a0f317b9133dc58305c /doc/html/qdockarea-h.html
parentedec8306fb4f7dab5e6b0f368e889581f38ea3bc (diff)
downloadtqt3-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.html10
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;