summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqdatatable.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqdatatable.h')
-rw-r--r--qtinterface/tqdatatable.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/qtinterface/tqdatatable.h b/qtinterface/tqdatatable.h
index d44bde5..314e0ad 100644
--- a/qtinterface/tqdatatable.h
+++ b/qtinterface/tqdatatable.h
@@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QDataTable class
-// For Qt4, no changes are needed
+// For Qt4, some changes are needed
-#include <qdatatable.h>
+#include <Qt/q3datatable.h>
+
+#define QDataTable Q3DataTable
#endif // USE_QT4