diff options
Diffstat (limited to 'examples/network/mail/smtp.cpp')
-rw-r--r-- | examples/network/mail/smtp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/mail/smtp.cpp b/examples/network/mail/smtp.cpp index 487cba04e..0d10a9b30 100644 --- a/examples/network/mail/smtp.cpp +++ b/examples/network/mail/smtp.cpp @@ -15,7 +15,7 @@ #include <tqtimer.h> #include <ntqapplication.h> #include <ntqmessagebox.h> -#include <ntqregexp.h> +#include <tqregexp.h> Smtp::Smtp( const TQString &from, const TQString &to, |