diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 14:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-27 16:08:54 +0900 |
commit | 04913ce7a46fd027856e83a96205fdc388742a19 (patch) | |
tree | a04a117317c14854a6b91072658ba0eb3ad8b3fc /src/network | |
parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
download | tqt3-04913ce7a46fd027856e83a96205fdc388742a19.tar.gz tqt3-04913ce7a46fd027856e83a96205fdc388742a19.zip |
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 |