summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/mainindex/cindexitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/frontend/mainindex/cindexitem.cpp')
-rw-r--r--bibletime/frontend/mainindex/cindexitem.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/bibletime/frontend/mainindex/cindexitem.cpp b/bibletime/frontend/mainindex/cindexitem.cpp
index ec177b9..78594eb 100644
--- a/bibletime/frontend/mainindex/cindexitem.cpp
+++ b/bibletime/frontend/mainindex/cindexitem.cpp
@@ -7,6 +7,11 @@
*
**********/
+// force to use TQt with STL
+#if defined(TQT_NO_STL)
+# define DISABLE_TQT_NO_STL
+# undef TQT_NO_STL
+#endif
//BibleTime includes
@@ -1226,3 +1231,8 @@ void CGlossaryFolder::addGroup(const Type type, const TQString& fromLanguage, co
}
}
+// restore TQT_NO_STL
+#if defined(DISABLE_TQT_NO_STL)
+# undef DISABLE_TQT_NO_STL
+# define TQT_NO_STL
+#endif