summaryrefslogtreecommitdiffstats
path: root/kdbg/doc/en/types.html
diff options
context:
space:
mode:
Diffstat (limited to 'kdbg/doc/en/types.html')
-rw-r--r--kdbg/doc/en/types.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdbg/doc/en/types.html b/kdbg/doc/en/types.html
index 8d57799..2538efe 100644
--- a/kdbg/doc/en/types.html
+++ b/kdbg/doc/en/types.html
@@ -16,8 +16,8 @@ The information which member variable is displayed is stored in <em>type
tables</em>. There is generally one type table per shared library.</p>
<p>KDbg's default type tables are located under <tt>$prefix/share/apps/kdbg/types</tt>.
-User defined type tables can be placed in <tt>${KDEHOME}/share/apps/kdbg/types</tt>, where
-<tt>${KDEHOME}</tt> is <tt>~/.kde</tt> if it is not a defined environment variable.
+User defined type tables can be placed in <tt>${TDEHOME}/share/apps/kdbg/types</tt>, where
+<tt>${TDEHOME}</tt> is <tt>~/.kde</tt> if it is not a defined environment variable.
The file names end with <tt>.kdbgtt</tt>. Example: The type table for <tt>libqt.so</tt>
is named <tt>qt.kdbgtt</tt>.
User defined type tables override the type tables provided by the system.</p>