summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
Diffstat (limited to 'src/network')
-rw-r--r--src/network/ntqdns.h2
-rw-r--r--src/network/ntqftp.h2
-rw-r--r--src/network/ntqhostaddress.h2
-rw-r--r--src/network/ntqhttp.h2
-rw-r--r--src/network/qdns.cpp4
-rw-r--r--src/network/qftp.cpp2
-rw-r--r--src/network/qhostaddress.cpp2
-rw-r--r--src/network/qhttp.cpp4
8 files changed, 10 insertions, 10 deletions
diff --git a/src/network/ntqdns.h b/src/network/ntqdns.h
index 7201c304..491b6fce 100644
--- a/src/network/ntqdns.h
+++ b/src/network/ntqdns.h
@@ -45,7 +45,7 @@
#include "tqobject.h"
#include "ntqhostaddress.h"
#include "ntqsocketnotifier.h"
-#include "ntqstringlist.h"
+#include "tqstringlist.h"
#endif // QT_H
#if !defined( TQT_MODULE_NETWORK ) || defined( QT_LICENSE_PROFESSIONAL ) || defined( QT_INTERNAL_NETWORK )
diff --git a/src/network/ntqftp.h b/src/network/ntqftp.h
index dd375b69..91100e39 100644
--- a/src/network/ntqftp.h
+++ b/src/network/ntqftp.h
@@ -42,7 +42,7 @@
#define TQFTP_H
#ifndef QT_H
-#include "ntqstring.h" // char*->TQString conversion
+#include "tqstring.h" // char*->TQString conversion
#include "ntqurlinfo.h"
#include "ntqnetworkprotocol.h"
#endif // QT_H
diff --git a/src/network/ntqhostaddress.h b/src/network/ntqhostaddress.h
index d1c686ed..0d5a884d 100644
--- a/src/network/ntqhostaddress.h
+++ b/src/network/ntqhostaddress.h
@@ -42,7 +42,7 @@
#define TQHOSTADDRESS_H
#ifndef QT_H
-#include "ntqstring.h"
+#include "tqstring.h"
#endif // QT_H
#if !defined( TQT_MODULE_NETWORK ) || defined( QT_LICENSE_PROFESSIONAL ) || defined( QT_INTERNAL_NETWORK )
diff --git a/src/network/ntqhttp.h b/src/network/ntqhttp.h
index f201363c..9a2667d7 100644
--- a/src/network/ntqhttp.h
+++ b/src/network/ntqhttp.h
@@ -44,7 +44,7 @@
#ifndef QT_H
#include "tqobject.h"
#include "ntqnetworkprotocol.h"
-#include "ntqstringlist.h"
+#include "tqstringlist.h"
#endif // QT_H
#if !defined( TQT_MODULE_NETWORK ) || defined( QT_LICENSE_PROFESSIONAL ) || defined( QT_INTERNAL_NETWORK )
diff --git a/src/network/qdns.cpp b/src/network/qdns.cpp
index db93c4e9..4be302d5 100644
--- a/src/network/qdns.cpp
+++ b/src/network/qdns.cpp
@@ -67,11 +67,11 @@
#include "ntqdatetime.h"
#include "ntqdict.h"
#include "tqptrlist.h"
-#include "ntqstring.h"
+#include "tqstring.h"
#include "ntqtimer.h"
#include "ntqapplication.h"
#include "tqptrvector.h"
-#include "ntqstrlist.h"
+#include "tqstrlist.h"
#include "tqptrdict.h"
#include "ntqfile.h"
#include "ntqtextstream.h"
diff --git a/src/network/qftp.cpp b/src/network/qftp.cpp
index bdbfe47b..ac4d442e 100644
--- a/src/network/qftp.cpp
+++ b/src/network/qftp.cpp
@@ -46,7 +46,7 @@
#include "ntqsocketdevice.h"
#include "ntqurlinfo.h"
#include "ntqurloperator.h"
-#include "ntqstringlist.h"
+#include "tqstringlist.h"
#include "ntqregexp.h"
#include "ntqtimer.h"
#include "ntqfileinfo.h"
diff --git a/src/network/qhostaddress.cpp b/src/network/qhostaddress.cpp
index be6cb3ba..5ea47817 100644
--- a/src/network/qhostaddress.cpp
+++ b/src/network/qhostaddress.cpp
@@ -39,7 +39,7 @@
**********************************************************************/
#include "ntqhostaddress.h"
-#include "ntqstringlist.h"
+#include "tqstringlist.h"
#ifndef TQT_NO_NETWORK
class TQHostAddressPrivate
diff --git a/src/network/qhttp.cpp b/src/network/qhttp.cpp
index 54c21fcc..8f88e034 100644
--- a/src/network/qhttp.cpp
+++ b/src/network/qhttp.cpp
@@ -45,8 +45,8 @@
#include "ntqsocket.h"
#include "ntqtextstream.h"
#include "tqmap.h"
-#include "ntqstring.h"
-#include "ntqstringlist.h"
+#include "tqstring.h"
+#include "tqstringlist.h"
#include "ntqcstring.h"
#include "ntqbuffer.h"
#include "ntqurloperator.h"