summaryrefslogtreecommitdiffstats
path: root/doc/html/qmap-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qmap-h.html')
-rw-r--r--doc/html/qmap-h.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qmap-h.html b/doc/html/qmap-h.html
index 8547f2e6..42ccd626 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; }