diff options
Diffstat (limited to 'examples/network')
-rw-r--r-- | examples/network/mail/smtp.h | 2 | ||||
-rw-r--r-- | examples/network/remotecontrol/startup.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/network/mail/smtp.h b/examples/network/mail/smtp.h index deb84890a..cf6bdde06 100644 --- a/examples/network/mail/smtp.h +++ b/examples/network/mail/smtp.h @@ -10,7 +10,7 @@ #ifndef SMTP_H #define SMTP_H -#include <ntqobject.h> +#include <tqobject.h> #include <ntqstring.h> class TQSocket; diff --git a/examples/network/remotecontrol/startup.h b/examples/network/remotecontrol/startup.h index a3359f573..624a8fc20 100644 --- a/examples/network/remotecontrol/startup.h +++ b/examples/network/remotecontrol/startup.h @@ -1,7 +1,7 @@ #ifndef STARTUP_H #define STARTUP_H -#include <ntqobject.h> +#include <tqobject.h> class TQSocket; class RemoteCtrlImpl; |