Skip to content

Commit

Permalink
Update obsolete contact address.
Browse files Browse the repository at this point in the history
Replace Nokia contact email address with Qt Project website.

Change-Id: Id689fdb78727abafba033bed7b0402e2cf27aba1
Reviewed-by: Jonas Gastal <[email protected]>
Reviewed-by: Rohan McGovern <[email protected]>
  • Loading branch information
Jason McDonald authored and Qt by Nokia committed Jan 23, 2012
1 parent 629d6ed commit 7827c18
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/tools/customtype/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion examples/tools/customtypesending/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 0 additions & 2 deletions examples/tutorials/addressbook-fr/README
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected].
2 changes: 0 additions & 2 deletions examples/tutorials/addressbook/README
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected].
2 changes: 1 addition & 1 deletion header.LGPL-ONLY
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you have questions regarding the use of this file, please contact
** Nokia at qt-[email protected].
** us via http://www.qt-project.org/.
** $QT_END_LICENSE$
**
****************************************************************************/
4 changes: 2 additions & 2 deletions src/corelib/global/qglobal.h
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ namespace QT_NAMESPACE {}
# define Q_OS_VXWORKS
#elif defined(__MAKEDEPEND__)
#else
# error "Qt has not been ported to this OS - talk to qt-[email protected]"
# error "Qt has not been ported to this OS - see http://www.qt-project.org/"
#endif

#if defined(Q_OS_WIN32) || defined(Q_OS_WIN64) || defined(Q_OS_WINCE)
Expand Down Expand Up @@ -751,7 +751,7 @@ namespace QT_NAMESPACE {}
# define Q_NO_USING_KEYWORD /* ### check "using" status */

#else
# error "Qt has not been tested with this compiler - talk to qt-[email protected]"
# error "Qt has not been tested with this compiler - see http://www.qt-project.org/"
#endif


Expand Down
2 changes: 1 addition & 1 deletion src/corelib/io/qfilesystemwatcher_inotify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
# define __NR_inotify_rm_watch 286
# define __NR_inotify_init1 328
#else
# error "This architecture is not supported. Please talk to qt-[email protected]"
# error "This architecture is not supported. Please see http://www.qt-project.org/"
#endif

#if !defined(IN_CLOEXEC) && defined(O_CLOEXEC) && defined(__NR_inotify_init1)
Expand Down

0 comments on commit 7827c18

Please sign in to comment.