diff options
Diffstat (limited to 'src/network/qftp.cpp')
-rw-r--r-- | src/network/qftp.cpp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/network/qftp.cpp b/src/network/qftp.cpp index 78f29e8cd..441cdda5c 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>. |