diff options
Diffstat (limited to 'doc/html/qmap-h.html')
-rw-r--r-- | doc/html/qmap-h.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qmap-h.html b/doc/html/qmap-h.html index 8547f2e62..42ccd626b 100644 --- a/doc/html/qmap-h.html +++ b/doc/html/qmap-h.html @@ -764,7 +764,7 @@ public: void remove( iterator it ) { detach(); sh->remove( it ); } void remove( const Key& k ); -#if defined(Q_FULL_TEMPLATE_INSTANTIATION) +#if defined(TQ_FULL_TEMPLATE_INSTANTIATION) bool operator==( const TQMap<Key,T>& ) const { return FALSE; } #ifndef TQT_NO_STL bool operator==( const std::map<Key,T>& ) const { return FALSE; } |