summaryrefslogtreecommitdiffstats
path: root/examples/tools/customtype/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/customtype/main.cpp')
-rw-r--r--examples/tools/customtype/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tools/customtype/main.cpp b/examples/tools/customtype/main.cpp
index 910804cda9..eabcfbfb5a 100644
--- a/examples/tools/customtype/main.cpp
+++ b/examples/tools/customtype/main.cpp
@@ -47,7 +47,7 @@ int main(int argc, char *argv[])
QCoreApplication app(argc, argv);
QStringList headers;
headers << "Subject: Hello World"
- << "From: qt-info@nokia.com";
+ << "From: address@example.com";
QString body = "This is a test.\r\n";
//! [printing a custom type]