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