summaryrefslogtreecommitdiffstats
path: root/doc/html/tqurl-h.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
commitdcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch)
treed57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqurl-h.html
parent649c4c61a1f1f479f4532b196f68df476cef2680 (diff)
downloadtqt-rename/true-false-4.tar.gz
tqt-rename/true-false-4.zip
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqurl-h.html')
-rw-r--r--doc/html/tqurl-h.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqurl-h.html b/doc/html/tqurl-h.html
index 530a121a7..4c3ce2718 100644
--- a/doc/html/tqurl-h.html
+++ b/doc/html/tqurl-h.html
@@ -90,7 +90,7 @@ public:
TQUrl();
TQUrl( const TQString&amp; url );
TQUrl( const TQUrl&amp; url );
- TQUrl( const TQUrl&amp; url, const TQString&amp; relUrl, bool checkSlash = FALSE );
+ TQUrl( const TQUrl&amp; url, const TQString&amp; relUrl, bool checkSlash = false );
virtual ~TQUrl();
TQString protocol() const;
@@ -112,7 +112,7 @@ public:
virtual void setPort( int port );
bool hasPort() const;
- TQString path( bool correct = TRUE ) const;
+ TQString path( bool correct = true ) const;
virtual void setPath( const TQString&amp; path );
bool hasPath() const;
@@ -145,7 +145,7 @@ public:
static void encode( TQString&amp; url );
operator TQString() const;
- virtual TQString toString( bool encodedPath = FALSE, bool forcePrependProtocol = TRUE ) const;
+ virtual TQString toString( bool encodedPath = false, bool forcePrependProtocol = true ) const;
virtual bool cdUp();