summaryrefslogtreecommitdiffstats
path: root/examples/network/mail
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/mail')
-rw-r--r--examples/network/mail/main.cpp2
-rw-r--r--examples/network/mail/smtp.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/network/mail/main.cpp b/examples/network/mail/main.cpp
index c45a2a944..52393ad1c 100644
--- a/examples/network/mail/main.cpp
+++ b/examples/network/mail/main.cpp
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include "composer.h"
diff --git a/examples/network/mail/smtp.cpp b/examples/network/mail/smtp.cpp
index dd396ce2b..afc9879ee 100644
--- a/examples/network/mail/smtp.cpp
+++ b/examples/network/mail/smtp.cpp
@@ -13,7 +13,7 @@
#include <tqsocket.h>
#include <tqdns.h>
#include <tqtimer.h>
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqmessagebox.h>
#include <tqregexp.h>