summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2009-11-30 18:21:39 +0100
committercon <qtc-committer@nokia.com>2009-11-30 18:22:24 +0100
commitdb056036652ecdf58376093bdbf4a73824742a86 (patch)
treefe2fee4b8b42f9e38fcd932ce7028f3896ba756a
parentc0e849ecc35197674412d34d2321f76e5d114bdb (diff)
downloadqt-creator-1.3.0.tar.gz
Some naming adaptions.v1.3.01.3.0
(cherry picked from commit 5bcff248fb85917f3ce668f0eec16b9c2bca7267)
-rw-r--r--doc/doxygen/Doxyfile2
-rw-r--r--src/plugins/cpptools/cppfindreferences.cpp2
-rw-r--r--src/plugins/cpptools/cppfindreferences.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile
index 5aca5dc166..4897b58409 100644
--- a/doc/doxygen/Doxyfile
+++ b/doc/doxygen/Doxyfile
@@ -843,7 +843,7 @@ DOCSET_FEEDNAME = "Qt Creator API"
# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
# will append .docset to the name.
-DOCSET_BUNDLE_ID = com.qtsoftware.qt-creator
+DOCSET_BUNDLE_ID = com.nokia.qt-creator
# If the GENERATE_HTMLHELP tag is set to YES, additional index files
# will be generated that can be used as input for tools like the
diff --git a/src/plugins/cpptools/cppfindreferences.cpp b/src/plugins/cpptools/cppfindreferences.cpp
index 6d1c527bac..22fecbfce2 100644
--- a/src/plugins/cpptools/cppfindreferences.cpp
+++ b/src/plugins/cpptools/cppfindreferences.cpp
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at http://www.qtsoftware.com/contact.
+** contact the sales department at http://qt.nokia.com/contact.
**
**************************************************************************/
diff --git a/src/plugins/cpptools/cppfindreferences.h b/src/plugins/cpptools/cppfindreferences.h
index 61ba876546..2156a1fa6e 100644
--- a/src/plugins/cpptools/cppfindreferences.h
+++ b/src/plugins/cpptools/cppfindreferences.h
@@ -23,7 +23,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** If you are unsure which license is appropriate for your use, please
-** contact the sales department at http://www.qtsoftware.com/contact.
+** contact the sales department at http://qt.nokia.com/contact.
**
**************************************************************************/