diff options
Diffstat (limited to 'doc/html/tqdict-h.html')
-rw-r--r-- | doc/html/tqdict-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqdict-h.html b/doc/html/tqdict-h.html index ecee7de7b..4a7f2da67 100644 --- a/doc/html/tqdict-h.html +++ b/doc/html/tqdict-h.html @@ -89,8 +89,8 @@ class TQDict #endif { public: - TQDict( int size = 17, bool caseSensitive = TRUE ) - : TQGDict( size, StringKey, caseSensitive, FALSE ) { } + TQDict( int size = 17, bool caseSensitive = true ) + : TQGDict( size, StringKey, caseSensitive, false ) { } TQDict( const TQDict<type> &d ) : TQGDict( d ) { } ~TQDict() { clear(); } TQDict<type> &operator=(const TQDict<type> &d) |