summaryrefslogtreecommitdiffstats
path: root/doc/html/qdom-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qdom-h.html')
-rw-r--r--doc/html/qdom-h.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qdom-h.html b/doc/html/qdom-h.html
index 0151a1d52..591f922e0 100644
--- a/doc/html/qdom-h.html
+++ b/doc/html/qdom-h.html
@@ -192,7 +192,7 @@ public:
virtual TQDomNode removeChild( const TQDomNode& oldChild );
virtual TQDomNode appendChild( const TQDomNode& newChild );
virtual bool hasChildNodes() const;
- virtual TQDomNode cloneNode( bool deep = TRUE ) const;
+ virtual TQDomNode cloneNode( bool deep = true ) const;
virtual void normalize();
virtual bool isSupported( const TQString& feature, const TQString& version ) const;