diff options
Diffstat (limited to 'qtinterface/tqstrlist.h')
-rw-r--r-- | qtinterface/tqstrlist.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/qtinterface/tqstrlist.h b/qtinterface/tqstrlist.h index 38c9927..c2ae35d 100644 --- a/qtinterface/tqstrlist.h +++ b/qtinterface/tqstrlist.h @@ -36,9 +36,13 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT4 // Reimplement the QStrList class -// For Qt4, no changes are needed +// For Qt4, some changes are needed -#include <qstrlist.h> +#include <Qt/q3strlist.h> + +#define QStrList Q3StrList +#define QStrIList Q3StrIList +#define QStrListIterator Q3StrListIterator #endif // USE_QT4 |