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