summaryrefslogtreecommitdiffstats
path: root/examples/network/mail/smtp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/mail/smtp.cpp')
-rw-r--r--examples/network/mail/smtp.cpp2
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 );