diff options
Diffstat (limited to 'qtinterface/tqgarray.h')
-rw-r--r-- | qtinterface/tqgarray.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qtinterface/tqgarray.h b/qtinterface/tqgarray.h index 0c19f31..a7d5d48 100644 --- a/qtinterface/tqgarray.h +++ b/qtinterface/tqgarray.h @@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT4 // Reimplement the QGArray class -// For Qt4, no changes are needed +// For Qt4, some changes are needed -#include <qgarray.h> +#include <Qt/q3garray.h> + +#define QGArray Q3GArray #endif // USE_QT4 |