summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-04-13 00:46:47 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-04-13 00:46:47 +0000
commit67e29a054cfcb1b0d2fe6b0a316cf6b3eec087b7 (patch)
tree5f52a9eada2e9f3654fc327d7c14dfef570a6ecb /doc
parent2ee4bf4fd5eff93b2fbef0ff8e8063edffc5da5c (diff)
downloadtdepim-67e29a054cfcb1b0d2fe6b0a316cf6b3eec087b7.tar.gz
tdepim-67e29a054cfcb1b0d2fe6b0a316cf6b3eec087b7.zip
Initial conversion of kdepim to TQt
This will probably require some tweaking before it will build under Qt4, however Qt3 builds are OK. Any alterations this commit makes to kdepim behaviour under Qt3 are unintentional and should be fixed. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227832 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc')
-rw-r--r--doc/api/Doxyfile.pim6
-rw-r--r--doc/api/doxygen.css4
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/Doxyfile.pim b/doc/api/Doxyfile.pim
index 319ad1415..6ecb6dd8b 100644
--- a/doc/api/Doxyfile.pim
+++ b/doc/api/Doxyfile.pim
@@ -74,7 +74,7 @@ REPEAT_BRIEF = YES
# as the annotated text. Otherwise, the brief description is used as-is. If left
# blank, the following values are used ("$name" is automatically replaced with the
# name of the entity): "The $name class" "The $name widget" "The $name file"
-# "is" "provides" "specifies" "contains" "represents" "a" "an" "the"
+# "is" "provides" "specifies" "tqcontains" "represents" "a" "an" "the"
ABBREVIATE_BRIEF =
@@ -431,8 +431,8 @@ EXCLUDE_SYMLINKS = NO
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
# certain files from those directories.
-EXCLUDE_PATTERNS = *.moc.* \
- moc* \
+EXCLUDE_PATTERNS = *.tqmoc.* \
+ tqmoc* \
*.all_cpp.* \
*unload.* \
*/test/* \
diff --git a/doc/api/doxygen.css b/doc/api/doxygen.css
index 2e8f17f5c..9e45a5473 100644
--- a/doc/api/doxygen.css
+++ b/doc/api/doxygen.css
@@ -227,7 +227,7 @@ height: 100px;
bottom:0px;
}
-/* right footer, tqcontains the wave image */
+/* right footer, contains the wave image */
#footer_right {
position: absolute;
right: 0px;
@@ -235,7 +235,7 @@ text-align: right;
z-index: 5;
}
-/* left footer, tqcontains the text */
+/* left footer, contains the text */
#footer_left {
position: absolute;
left: 0px;