summaryrefslogtreecommitdiffstats
path: root/kspread
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
commitb29a88760d18f56788e028cbdcf9f226727c7f45 (patch)
tree3535f5e6bf860326fb70b78344b588fbf03e2694 /kspread
parent2cdbd87e392bb2fa15e9416c7202d5ab1275c9f8 (diff)
downloadkoffice-b29a88760d18f56788e028cbdcf9f226727c7f45.tar.gz
koffice-b29a88760d18f56788e028cbdcf9f226727c7f45.zip
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kspread')
-rw-r--r--kspread/DESIGN.html2
-rw-r--r--kspread/Doxyfile4
2 files changed, 3 insertions, 3 deletions
diff --git a/kspread/DESIGN.html b/kspread/DESIGN.html
index 0bfb8a3b..31059876 100644
--- a/kspread/DESIGN.html
+++ b/kspread/DESIGN.html
@@ -730,7 +730,7 @@ because of the term <i>Tabelle</i> (German, literally means table). The correct
term is <i>sheet</i> or <i>worksheet</i>. The English version of Microsoft
uses <i>sheet</i> while the German version uses <i>Tabelle</i>.</p>
-<p>Use <a href="http://developer.kde.org/documentation/library/kdeqt/kde3arch/devel-binarycompatibility.htm">d-pointer</a> trick (also known pimpl) whenever possible. Such practice will help when later on
+<p>Use <a href="http://developer.kde.org/documentation/library/kdeqt/trinityarch/devel-binarycompatibility.htm">d-pointer</a> trick (also known pimpl) whenever possible. Such practice will help when later on
we want to expose the API and need to maintain binary compatibility. But the
most important thing is to separate the interface and the implementation.
Furthermore, build time is reduced since modification on the implementation
diff --git a/kspread/Doxyfile b/kspread/Doxyfile
index 54f1fb39..169986c2 100644
--- a/kspread/Doxyfile
+++ b/kspread/Doxyfile
@@ -791,7 +791,7 @@ MAN_OUTPUT =
# The MAN_EXTENSION tag determines the extension that is added to
# the generated man pages (default is the subroutine's section .3)
-MAN_EXTENSION = .kde3
+MAN_EXTENSION = .trinity
# If the MAN_LINKS tag is set to YES and Doxygen generates man output,
# then it will generate one additional man file for each entity
@@ -1147,7 +1147,7 @@ GENERATE_HTML =
GENERATE_MAN =
GENERATE_LATEX =
TAGFILES = \
-/usr/local/kde3/share/doc/HTML/en/kdelibs-apidocs/qt/qt.tag=/usr/local/qt-copy/doc/html
+/usr/local/trinity/share/doc/HTML/en/kdelibs-apidocs/qt/qt.tag=/usr/local/qt-copy/doc/html
GENERATE_TAGFILE = ../apidocs/kspread/kspread.tag
IGNORE_PREFIX = K
HAVE_DOT = YES