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 68c2aa4f6..43a2cf249 100644 --- a/examples/network/mail/smtp.cpp +++ b/examples/network/mail/smtp.cpp @@ -116,7 +116,7 @@ void Smtp::readyRead() return; } else { // something broke. - TQMessageBox::warning( qApp->activeWindow(), + TQMessageBox::warning( tqApp->activeWindow(), tr( "TQt Mail Example" ), tr( "Unexpected reply from SMTP server:\n\n" ) + response ); |