summaryrefslogtreecommitdiffstats
path: root/qtinterface
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2021-02-13 14:36:58 +0900
committerMichele Calgaro <[email protected]>2021-02-13 14:36:58 +0900
commit79f06f11736f96b25c74b5ee25ccc13185794f35 (patch)
treeef1651368adbd034a57f271100a946f4fda4aa72 /qtinterface
parent056b53662cad6a852ce1373290fc4b4031072929 (diff)
downloadtqtinterface-79f06f11736f96b25c74b5ee25ccc13185794f35.tar.gz
tqtinterface-79f06f11736f96b25c74b5ee25ccc13185794f35.zip
Fixed broken Q_FULL_TEMPLATE_INSTANTIATION define (renamed to TQ_FULL_TEMPLATE_INSTANTIATION).
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'qtinterface')
-rw-r--r--qtinterface/interface_tqt3/tqmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtinterface/interface_tqt3/tqmap.h b/qtinterface/interface_tqt3/tqmap.h
index 2dadc93..412abbe 100644
--- a/qtinterface/interface_tqt3/tqmap.h
+++ b/qtinterface/interface_tqt3/tqmap.h
@@ -785,7 +785,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; }