summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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