diff options
Diffstat (limited to 'qtinterface/tqcstring.h')
-rw-r--r-- | qtinterface/tqcstring.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qtinterface/tqcstring.h b/qtinterface/tqcstring.h index 9a4908e..2c2001a 100644 --- a/qtinterface/tqcstring.h +++ b/qtinterface/tqcstring.h @@ -38,9 +38,11 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT4 // Reimplement the QCString class -// For Qt4, no changes are needed +// For Qt4, some changes are needed -#include <qcstring.h> +#include <Qt/q3cstring.h> + +#define QCString Q3CString #endif // USE_QT4 |