diff options
Diffstat (limited to 'qtinterface/tqwmatrix.h')
-rw-r--r-- | qtinterface/tqwmatrix.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qtinterface/tqwmatrix.h b/qtinterface/tqwmatrix.h index 2546d39..f143ba7 100644 --- a/qtinterface/tqwmatrix.h +++ b/qtinterface/tqwmatrix.h @@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT4 // Reimplement the QWMatrix class -// For Qt4, no changes are needed +// For Qt4, some changes are needed -#include <qwmatrix.h> +#include <Qt/qmatrix.h> + +#define QWMatrix QMatrix #endif // USE_QT4 |