summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/tools/customtype/main.cpp2
-rw-r--r--examples/tools/customtypesending/main.cpp2
-rw-r--r--examples/tutorials/addressbook-fr/README2
-rw-r--r--examples/tutorials/addressbook/README2
4 files changed, 2 insertions, 6 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]
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);
diff --git a/examples/tutorials/addressbook-fr/README b/examples/tutorials/addressbook-fr/README
index 5f82d3ce38..d24cedf51e 100644
--- a/examples/tutorials/addressbook-fr/README
+++ b/examples/tutorials/addressbook-fr/README
@@ -38,5 +38,3 @@ You can do this by typing the following at the command line:
qmake -spec macx-xcode
Then open the generated Xcode project in Xcode and build it.
-
-Feel free to send comments about the tutorial to qt-info@nokia.com.
diff --git a/examples/tutorials/addressbook/README b/examples/tutorials/addressbook/README
index 5f364d909c..39753b4b25 100644
--- a/examples/tutorials/addressbook/README
+++ b/examples/tutorials/addressbook/README
@@ -38,5 +38,3 @@ You can do this by typing the following at the command line:
qmake -spec macx-xcode
Then open the generated Xcode project in Xcode and build it.
-
-Feel free to send comments about the tutorial to qt-info@nokia.com.