summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorAleksandar Sasha Babic <aleksandar.babic@nokia.com>2009-07-06 07:32:42 (GMT)
committerAleksandar Sasha Babic <aleksandar.babic@nokia.com>2009-07-06 07:32:42 (GMT)
commitb90993e4d1545da3ce0b29b37e6e241143a77c8f (patch)
tree2ce8591115f242b4e1c6ea429845f6a5441c9692 /src/corelib/global
parent370bf22071f9064fd2a1d8de622c3503a465523b (diff)
downloadQt-b90993e4d1545da3ce0b29b37e6e241143a77c8f.zip
Qt-b90993e4d1545da3ce0b29b37e6e241143a77c8f.tar.gz
Qt-b90993e4d1545da3ce0b29b37e6e241143a77c8f.tar.bz2
Rectified simple typo.
Diffstat (limited to 'src/corelib/global')
-rw-r--r--src/corelib/global/qglobal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h
index 819bdf7..f021d57 100644
--- a/src/corelib/global/qglobal.h
+++ b/src/corelib/global/qglobal.h
@@ -110,7 +110,7 @@ namespace QT_NAMESPACE {}
This expands to a "using QT_NAMESPACE" also in _header files_.
It is the only way the feature can be used without too much
pain, but if people _really_ do not want it they can add
- DEFINES += QT_NO_USING_NAMESPACE to theur .pro files.
+ DEFINES += QT_NO_USING_NAMESPACE to their .pro files.
*/
QT_USE_NAMESPACE
# endif