summaryrefslogtreecommitdiffstats
path: root/src/tools/ntqmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/ntqmap.h')
-rw-r--r--src/tools/ntqmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/ntqmap.h b/src/tools/ntqmap.h
index 084fbd7c..de51a95f 100644
--- a/src/tools/ntqmap.h
+++ b/src/tools/ntqmap.h
@@ -733,7 +733,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; }