diff options
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/ntqdns.h | 2 | ||||
-rw-r--r-- | src/network/ntqhttp.h | 2 | ||||
-rw-r--r-- | src/network/ntqserversocket.h | 2 | ||||
-rw-r--r-- | src/network/ntqsocket.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/network/ntqdns.h b/src/network/ntqdns.h index 1c0559151..7201c3043 100644 --- a/src/network/ntqdns.h +++ b/src/network/ntqdns.h @@ -42,7 +42,7 @@ #define TQDNS_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqhostaddress.h" #include "ntqsocketnotifier.h" #include "ntqstringlist.h" diff --git a/src/network/ntqhttp.h b/src/network/ntqhttp.h index 8fc966bc3..f201363c8 100644 --- a/src/network/ntqhttp.h +++ b/src/network/ntqhttp.h @@ -42,7 +42,7 @@ #define TQHTTP_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqnetworkprotocol.h" #include "ntqstringlist.h" #endif // QT_H diff --git a/src/network/ntqserversocket.h b/src/network/ntqserversocket.h index f00f4c775..ab9c242ed 100644 --- a/src/network/ntqserversocket.h +++ b/src/network/ntqserversocket.h @@ -42,7 +42,7 @@ #define TQSERVERSOCKET_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqhostaddress.h" #include "ntqsocketdevice.h" // ### remove or keep for users' convenience? #endif // QT_H diff --git a/src/network/ntqsocket.h b/src/network/ntqsocket.h index 90f1f74ac..4946e81f5 100644 --- a/src/network/ntqsocket.h +++ b/src/network/ntqsocket.h @@ -42,7 +42,7 @@ #define TQSOCKET_H #ifndef QT_H -#include "ntqobject.h" +#include "tqobject.h" #include "ntqiodevice.h" #include "ntqhostaddress.h" // int->TQHostAddress conversion #endif // QT_H |