summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqdataview.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqdataview.h')
-rw-r--r--qtinterface/tqdataview.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/qtinterface/tqdataview.h b/qtinterface/tqdataview.h
index ea2dfcc..eb331f1 100644
--- a/qtinterface/tqdataview.h
+++ b/qtinterface/tqdataview.h
@@ -38,7 +38,9 @@ Boston, MA 02110-1301, USA.
// Reimplement the QDataView class
// For Qt4, no changes are needed
-#include <qdataview.h>
+#include <Qt/q3dataview.h>
+
+#define QDataView Q3DataView
#endif // USE_QT4