summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqbitarray.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqbitarray.h')
-rw-r--r--qtinterface/tqbitarray.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/qtinterface/tqbitarray.h b/qtinterface/tqbitarray.h
index 634c459..3286e0f 100644
--- a/qtinterface/tqbitarray.h
+++ b/qtinterface/tqbitarray.h
@@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QBitArray class
-// For Qt4, no changes are needed
+// For Qt4, some changes are needed
-#include <qbitarray.h>
+#include <Qt/qbitarray.h>
+
+#define QBitVal QBitRef
#endif // USE_QT4