diff options
Diffstat (limited to 'qtinterface/tqpointarray.h')
-rw-r--r-- | qtinterface/tqpointarray.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qtinterface/tqpointarray.h b/qtinterface/tqpointarray.h index b4560bf..3477a67 100644 --- a/qtinterface/tqpointarray.h +++ b/qtinterface/tqpointarray.h @@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT4 // Reimplement the QAccel class -// For Qt4, no changes are needed +// For Qt4, some changes are needed -#include <qpointarray.h> +#include <Qt/q3pointarray.h> + +#define QPointArray Q3PointArray #endif // USE_QT4 |