summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--examples/tutorials/addressbook-fr/README2
-rw-r--r--examples/tutorials/addressbook/README2
-rw-r--r--src/corelib/global/qglobal.h4
-rw-r--r--src/corelib/io/qfilesystemwatcher_inotify.cpp2
-rw-r--r--src/gui/kernel/qkeymapper_x11.cpp2
6 files changed, 7 insertions, 7 deletions
diff --git a/configure b/configure
index 74162cab6a5..877b13eb96d 100755
--- a/configure
+++ b/configure
@@ -2970,7 +2970,7 @@ if [ '!' -f "${XQMAKESPEC}/qplatformdefs.h" ]; then
echo
echo " $XQMAKESPEC/qplatformdefs.h"
echo
- echo " Please contact [email protected]."
+ echo " Please contact [email protected]."
echo
exit 2
fi
diff --git a/examples/tutorials/addressbook-fr/README b/examples/tutorials/addressbook-fr/README
index 359859390ed..5f82d3ce385 100644
--- a/examples/tutorials/addressbook-fr/README
+++ b/examples/tutorials/addressbook-fr/README
@@ -39,4 +39,4 @@ 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].
+Feel free to send comments about the tutorial to [email protected].
diff --git a/examples/tutorials/addressbook/README b/examples/tutorials/addressbook/README
index 20ae7f3adaf..5f364d909c7 100644
--- a/examples/tutorials/addressbook/README
+++ b/examples/tutorials/addressbook/README
@@ -39,4 +39,4 @@ 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].
+Feel free to send comments about the tutorial to [email protected].
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h
index 6dfe805a926..56022a7e6eb 100644
--- a/src/corelib/global/qglobal.h
+++ b/src/corelib/global/qglobal.h
@@ -281,7 +281,7 @@ namespace QT_NAMESPACE {}
# define Q_OS_VXWORKS
#elif defined(__MAKEDEPEND__)
#else
-# error "Qt has not been ported to this OS - talk to [email protected]"
+# error "Qt has not been ported to this OS - talk to [email protected]"
#endif
#if defined(Q_OS_WIN32) || defined(Q_OS_WIN64) || defined(Q_OS_WINCE)
@@ -803,7 +803,7 @@ namespace QT_NAMESPACE {}
# define Q_CC_NOKIAX86
#else
-# error "Qt has not been tested with this compiler - talk to [email protected]"
+# error "Qt has not been tested with this compiler - talk to [email protected]"
#endif
diff --git a/src/corelib/io/qfilesystemwatcher_inotify.cpp b/src/corelib/io/qfilesystemwatcher_inotify.cpp
index 5c5223eb1ce..ef302243daa 100644
--- a/src/corelib/io/qfilesystemwatcher_inotify.cpp
+++ b/src/corelib/io/qfilesystemwatcher_inotify.cpp
@@ -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 [email protected]"
+# error "This architecture is not supported. Please talk to [email protected]"
#endif
#if !defined(IN_CLOEXEC) && defined(O_CLOEXEC) && defined(__NR_inotify_init1)
diff --git a/src/gui/kernel/qkeymapper_x11.cpp b/src/gui/kernel/qkeymapper_x11.cpp
index e243716f6a4..455840f8b25 100644
--- a/src/gui/kernel/qkeymapper_x11.cpp
+++ b/src/gui/kernel/qkeymapper_x11.cpp
@@ -513,7 +513,7 @@ void QKeyMapperPrivate::clearMappings()
// ### ???
// if (keyboardLayoutName.isEmpty())
- // qWarning("Qt: unable to determine keyboard layout, please talk to [email protected]"); ?
+ // qWarning("Qt: unable to determine keyboard layout, please talk to [email protected]"); ?
keyboardInputLocale = q_getKeyboardLocale(layoutName, variantName);
keyboardInputDirection = keyboardInputLocale.textDirection();