diff options
Diffstat (limited to 'doc/html/tqheader-h.html')
-rw-r--r-- | doc/html/tqheader-h.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqheader-h.html b/doc/html/tqheader-h.html index 8bb022609..1924078be 100644 --- a/doc/html/tqheader-h.html +++ b/doc/html/tqheader-h.html @@ -156,7 +156,7 @@ public: void moveSection( int section, int toIndex ); virtual void moveCell( int, int); // obsolete, do not use - void setSortIndicator( int section, bool ascending = TRUE ); // obsolete, do not use + void setSortIndicator( int section, bool ascending = true ); // obsolete, do not use inline void setSortIndicator( int section, SortOrder order ) { setSortIndicator( section, (order == Ascending) ); } int sortIndicatorSection() const; @@ -210,8 +210,8 @@ private: int findLine( int ); int handleAt( int p ); bool reverse() const; - void calculatePositions( bool onlyVisible = FALSE, int start = 0 ); - void handleColumnResize(int, int, bool, bool = TRUE ); + void calculatePositions( bool onlyVisible = false, int start = 0 ); + void handleColumnResize(int, int, bool, bool = true ); TQSize sectionSizeHint( int section, const TQFontMetrics& fm ) const; void setSectionSizeAndHeight( int section, int size ); |