diff options
Diffstat (limited to 'qtinterface/tqcstring.h')
-rw-r--r-- | qtinterface/tqcstring.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qtinterface/tqcstring.h b/qtinterface/tqcstring.h index 1ecbea2..3b07b45 100644 --- a/qtinterface/tqcstring.h +++ b/qtinterface/tqcstring.h @@ -40,12 +40,13 @@ Boston, MA 02110-1301, USA. // Reimplement the QByteArray class // For Qt4, some changes are needed -#include <Qt/qbytearray.h> +//#include <Qt/qbytearray.h> +#include <tqt4/Qt/qbytearray.h> // Reimplement the QCString class // For Qt4, some changes are needed -#include <Qt/q3cstring.h> +#include <tqt4/Qt/q3cstring.h> #endif // USE_QT4 |