diff options
Diffstat (limited to 'qtinterface/tqsocketdevice.h')
-rw-r--r-- | qtinterface/tqsocketdevice.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qtinterface/tqsocketdevice.h b/qtinterface/tqsocketdevice.h index 90df1c0..08315e7 100644 --- a/qtinterface/tqsocketdevice.h +++ b/qtinterface/tqsocketdevice.h @@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT4 // Reimplement the QSocketDevice class -// For Qt4, no changes are needed +// For Qt4, some changes are needed -#include <qsocketdevice.h> +#include <Qt/q3socketdevice.h> + +#define QSocketDevice Q3SocketDevice #endif // USE_QT4 |