diff options
Diffstat (limited to 'examples/network')
-rw-r--r-- | examples/network/ftpclient/ftpviewitem.h | 2 | ||||
-rw-r--r-- | examples/network/mail/smtp.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/network/ftpclient/ftpviewitem.h b/examples/network/ftpclient/ftpviewitem.h index 28dcbb87e..e048b6183 100644 --- a/examples/network/ftpclient/ftpviewitem.h +++ b/examples/network/ftpclient/ftpviewitem.h @@ -11,7 +11,7 @@ #define FTPVIEWITEM_H #include <ntqlistview.h> -#include <ntqdatetime.h> +#include <tqdatetime.h> class FtpViewItem : public TQListViewItem { diff --git a/examples/network/mail/smtp.cpp b/examples/network/mail/smtp.cpp index 99d5d206e..487cba04e 100644 --- a/examples/network/mail/smtp.cpp +++ b/examples/network/mail/smtp.cpp @@ -12,7 +12,7 @@ #include <tqtextstream.h> #include <ntqsocket.h> #include <ntqdns.h> -#include <ntqtimer.h> +#include <tqtimer.h> #include <ntqapplication.h> #include <ntqmessagebox.h> #include <ntqregexp.h> |