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 85ca388c7b..5a81a6be2e 100644
--- a/examples/tools/customtype/main.cpp
+++ b/examples/tools/customtype/main.cpp
@@ -48,7 +48,7 @@ int main(int argc, char *argv[])
QCoreApplication app(argc, argv);
QStringList headers;
headers << "Subject: Hello World"
- << "From: qt-info@nokia.com";
+ << "From: http://www.qt-project.org/legal";
QString body = "This is a test.\r\n";
//! [printing a custom type]