diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/qheader-h.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-r14.1.x.tar.gz tqt-r14.1.x.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qheader-h.html')
| -rw-r--r-- | doc/html/qheader-h.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qheader-h.html b/doc/html/qheader-h.html index 482fd337b..be707e9f6 100644 --- a/doc/html/qheader-h.html +++ b/doc/html/qheader-h.html @@ -157,7 +157,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; @@ -211,8 +211,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 ); |
