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