diff options
Diffstat (limited to 'doc/html/tqdockarea-h.html')
-rw-r--r-- | doc/html/tqdockarea-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqdockarea-h.html b/doc/html/tqdockarea-h.html index e00f23b75..2315d1e1a 100644 --- a/doc/html/tqdockarea-h.html +++ b/doc/html/tqdockarea-h.html @@ -123,7 +123,7 @@ protected: private: void init(); - int layoutItems( const TQRect&, bool testonly = FALSE ); + int layoutItems( const TQRect&, bool testonly = false ); TQt::Orientation orient; bool dirty; int cached_width, cached_height; @@ -158,7 +158,7 @@ public: ~TQDockArea(); void moveDockWindow( TQDockWindow *w, const TQPoint &globalPos, const TQRect &rect, bool swap ); - void removeDockWindow( TQDockWindow *w, bool makeFloating, bool swap, bool fixNewLines = TRUE ); + void removeDockWindow( TQDockWindow *w, bool makeFloating, bool swap, bool fixNewLines = true ); void moveDockWindow( TQDockWindow *w, int index = -1 ); bool hasDockWindow( TQDockWindow *w, int *index = 0 ); |