diff options
Diffstat (limited to 'qtinterface/tqnetwork.h')
-rw-r--r-- | qtinterface/tqnetwork.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/qtinterface/tqnetwork.h b/qtinterface/tqnetwork.h index 2587d05..5043413 100644 --- a/qtinterface/tqnetwork.h +++ b/qtinterface/tqnetwork.h @@ -26,10 +26,18 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT3 -// Pull in qnetwork defines +// Pull in Qt3 qnetwork defines #include <qnetwork.h> #endif // USE_QT3 +#ifdef USE_QT4 + +// Pull in Qt4 qnetwork defines + +#include <qnetwork.h> + +#endif // USE_QT4 + #endif /* TQNETWORK_H */
\ No newline at end of file |