summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqlistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqlistview.h')
-rw-r--r--qtinterface/tqlistview.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/qtinterface/tqlistview.h b/qtinterface/tqlistview.h
index eca43fa..fbdb295 100644
--- a/qtinterface/tqlistview.h
+++ b/qtinterface/tqlistview.h
@@ -38,7 +38,12 @@ Boston, MA 02110-1301, USA.
// Reimplement the QListView class
// For Qt4, no changes are needed
-#include <qlistview.h>
+#include <Qt/q3listview.h>
+
+#define QListView Q3ListView
+#define QListViewItem Q3ListViewItem
+#define QCheckListItem Q3CheckListItem
+#define QListViewItemIterator Q3ListViewItemIterator
#endif // USE_QT4