diff options
Diffstat (limited to 'qtinterface/tqasciicache.h')
-rw-r--r-- | qtinterface/tqasciicache.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qtinterface/tqasciicache.h b/qtinterface/tqasciicache.h index e5f29c6..01e71fd 100644 --- a/qtinterface/tqasciicache.h +++ b/qtinterface/tqasciicache.h @@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT4 // Reimplement the QAsciiCache class -// For Qt4, no changes are needed +// For Qt4, some changes are needed -#include <qasciicache.h> +#include <Qt/q3asciicache.h> + +#define QAsciiCache Q3AsciiCache #endif // USE_QT4 |