summaryrefslogtreecommitdiffstats
path: root/examples/tools/customtypesending
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-01-20 13:21:44 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-23 04:04:33 +0100
commit7827c1861f425886773fc6b4906bb0b6efbfa95c (patch)
tree8b071ca509595436f45f11bacd51cbcdb2f1d9ff /examples/tools/customtypesending
parent629d6eda5cf67122776981de9073857bbc3dcba2 (diff)
Update obsolete contact address.
Replace Nokia contact email address with Qt Project website. Change-Id: Id689fdb78727abafba033bed7b0402e2cf27aba1 Reviewed-by: Jonas Gastal <jgastal@profusion.mobi> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'examples/tools/customtypesending')
-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 5768e3a9af..491196fe32 100644
--- a/examples/tools/customtypesending/main.cpp
+++ b/examples/tools/customtypesending/main.cpp
@@ -50,7 +50,7 @@ int main(int argc, char *argv[])
Window window1;
QStringList headers;
headers << "Subject: Hello World"
- << "From: qt-info@nokia.com";
+ << "From: address@example.com";
QString body = "This is a test.\r\n";
Message message(body, headers);
window1.setMessage(message);