diff options
Diffstat (limited to 'qtinterface/tqcstring.h')
-rw-r--r-- | qtinterface/tqcstring.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qtinterface/tqcstring.h b/qtinterface/tqcstring.h index 2c2001a..455c1cf 100644 --- a/qtinterface/tqcstring.h +++ b/qtinterface/tqcstring.h @@ -37,6 +37,11 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT4 +// Reimplement the QByteArray class +// For Qt4, some changes are needed + +#include <Qt/qbytearray.h> + // Reimplement the QCString class // For Qt4, some changes are needed |