summaryrefslogtreecommitdiffstats
path: root/src/network/qftp.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /src/network/qftp.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/network/qftp.cpp')
-rw-r--r--src/network/qftp.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/network/qftp.cpp b/src/network/qftp.cpp
index 78f29e8c..441cdda5 100644
--- a/src/network/qftp.cpp
+++ b/src/network/qftp.cpp
@@ -38,22 +38,22 @@
**
**********************************************************************/
-#include "qftp.h"
+#include "ntqftp.h"
#ifndef QT_NO_NETWORKPROTOCOL_FTP
-#include "qsocket.h"
-#include "qsocketdevice.h"
-#include "qurlinfo.h"
-#include "qurloperator.h"
-#include "qstringlist.h"
-#include "qregexp.h"
-#include "qtimer.h"
-#include "qfileinfo.h"
-#include "qptrdict.h" // binary compatibility
+#include "ntqsocket.h"
+#include "ntqsocketdevice.h"
+#include "ntqurlinfo.h"
+#include "ntqurloperator.h"
+#include "ntqstringlist.h"
+#include "ntqregexp.h"
+#include "ntqtimer.h"
+#include "ntqfileinfo.h"
+#include "ntqptrdict.h" // binary compatibility
#ifndef QT_NO_TEXTCODEC
-#include "qtextcodec.h"
+#include "ntqtextcodec.h"
#endif
//#define TQFTPPI_DEBUG
@@ -1064,7 +1064,7 @@ static void delete_d( const TQFtp* foo )
*
*********************************************************************/
/*!
- \class TQFtp qftp.h
+ \class TQFtp ntqftp.h
\brief The TQFtp class provides an implementation of the FTP protocol.
\if defined(commercial)
It is part of the <a href="commercialeditions.html">TQt Enterprise Edition</a>.