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