diff options
Diffstat (limited to 'qtinterface/tqasciidict.h')
-rw-r--r-- | qtinterface/tqasciidict.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qtinterface/tqasciidict.h b/qtinterface/tqasciidict.h index 2085f27..2b03388 100644 --- a/qtinterface/tqasciidict.h +++ b/qtinterface/tqasciidict.h @@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT4 // Reimplement the QAsciiDict class -// For Qt4, no changes are needed +// For Qt4, some changes are needed -#include <qasciidict.h> +#include <Qt/q3asciidict.h> + +#define AsciiDict Q3AsciiDict #endif // USE_QT4 |