summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-12-20 16:44:19 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-21 01:17:37 +0100
commitbf4177e9db09fa87b0bc0acae1b8555b1af8f841 (patch)
tree2ccead2b94eaa980c4930d88fdf1eebb985bf309
parente5f84ebf010907a3eaa90546966b4929dfd894fa (diff)
Remove mention of Trolltech in installation path.
Task-number: QTBUG-19653 Change-Id: Ic92e0bb4980af53568efe77ebc72e048ee5a32d7 Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-rw-r--r--src/corelib/kernel/qcoreapplication.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/kernel/qcoreapplication.cpp b/src/corelib/kernel/qcoreapplication.cpp
index 42c5bd80a3..6f26be2928 100644
--- a/src/corelib/kernel/qcoreapplication.cpp
+++ b/src/corelib/kernel/qcoreapplication.cpp
@@ -1823,9 +1823,9 @@ bool QCoreApplicationPrivate::isTranslatorInstalled(QTranslator *translator)
/*!
Returns the directory that contains the application executable.
- For example, if you have installed Qt in the \c{C:\Trolltech\Qt}
+ For example, if you have installed Qt in the \c{C:\Qt}
directory, and you run the \c{regexp} example, this function will
- return "C:/Trolltech/Qt/examples/tools/regexp".
+ return "C:/Qt/examples/tools/regexp".
On Mac OS X this will point to the directory actually containing the
executable, which may be inside of an application bundle (if the