diff options
Diffstat (limited to 'examples/network')
-rw-r--r-- | examples/network/infoprotocol/infoserver/infodata.h | 2 | ||||
-rw-r--r-- | examples/network/mail/smtp.h | 2 | ||||
-rw-r--r-- | examples/network/networkprotocol/nntp.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/network/infoprotocol/infoserver/infodata.h b/examples/network/infoprotocol/infoserver/infodata.h index 45bf9c838..fe94b02dc 100644 --- a/examples/network/infoprotocol/infoserver/infodata.h +++ b/examples/network/infoprotocol/infoserver/infodata.h @@ -11,7 +11,7 @@ #define INFODATA_H #include <ntqdict.h> -#include <ntqstringlist.h> +#include <tqstringlist.h> // The InfoData class manages data, organized in tree structure. diff --git a/examples/network/mail/smtp.h b/examples/network/mail/smtp.h index cf6bdde06..60ec463bb 100644 --- a/examples/network/mail/smtp.h +++ b/examples/network/mail/smtp.h @@ -11,7 +11,7 @@ #define SMTP_H #include <tqobject.h> -#include <ntqstring.h> +#include <tqstring.h> class TQSocket; class TQTextStream; diff --git a/examples/network/networkprotocol/nntp.cpp b/examples/network/networkprotocol/nntp.cpp index 833718ada..f8bb2fb7d 100644 --- a/examples/network/networkprotocol/nntp.cpp +++ b/examples/network/networkprotocol/nntp.cpp @@ -11,7 +11,7 @@ #include <ntqurlinfo.h> #include <stdlib.h> #include <ntqurloperator.h> -#include <ntqstringlist.h> +#include <tqstringlist.h> #include <ntqregexp.h> Nntp::Nntp() |