summaryrefslogtreecommitdiffstats
path: root/examples/tools/customtypesending/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/customtypesending/main.cpp')
-rw-r--r--examples/tools/customtypesending/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tools/customtypesending/main.cpp b/examples/tools/customtypesending/main.cpp
index c1e49a28ac..d964e315fa 100644
--- a/examples/tools/customtypesending/main.cpp
+++ b/examples/tools/customtypesending/main.cpp
@@ -51,7 +51,7 @@ int main(int argc, char *argv[])
Window window1;
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";
Message message(body, headers);
window1.setMessage(message);