diff options
Diffstat (limited to 'doc/html/tqurl-h.html')
-rw-r--r-- | doc/html/tqurl-h.html | 6 |
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& url ); TQUrl( const TQUrl& url ); - TQUrl( const TQUrl& url, const TQString& relUrl, bool checkSlash = FALSE ); + TQUrl( const TQUrl& url, const TQString& 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& path ); bool hasPath() const; @@ -145,7 +145,7 @@ public: static void encode( TQString& 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(); |