diff options
Diffstat (limited to 'qtinterface/tqsocket.h')
-rw-r--r-- | qtinterface/tqsocket.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qtinterface/tqsocket.h b/qtinterface/tqsocket.h index 44eeac0..a7c8f51 100644 --- a/qtinterface/tqsocket.h +++ b/qtinterface/tqsocket.h @@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT4 // Reimplement the QSocket class -// For Qt4, no changes are needed +// For Qt4, some changes are needed -#include <qsocket.h> +#include <Qt/q3socket.h> + +#define QSocket Q3Socket #endif // USE_QT4 |