summaryrefslogtreecommitdiffstats
path: root/examples/tools/customtypesending/main.cpp
diff options
context:
space:
mode:
authorjutaipal <juhani.taipale@digia.com>2012-12-05 02:50:35 -0800
committerjutaipal <juhani.taipale@digia.com>2012-12-05 02:50:35 -0800
commit76afdfd6765876e0620cbfca1b9ca44d911bdd9c (patch)
treea8c4645de9021e858c934e7eee0c7b932875650c /examples/tools/customtypesending/main.cpp
parentd4d15139c53e7e78be3db32d24ebbfa46db3a759 (diff)
Nokia corp to Digia Plc and contact info changes
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);