summaryrefslogtreecommitdiffstats
path: root/doc/switches.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/switches.html')
-rw-r--r--doc/switches.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/switches.html b/doc/switches.html
index c589c7d..bdc91dc 100644
--- a/doc/switches.html
+++ b/doc/switches.html
@@ -134,11 +134,11 @@ is split into two pieces by default to reduce memory consumption. Values for 'j'
<table width = "100%"><tr>
<td width = "20%"><u>Value:</u> directory path</td>
<td width = "20%"> </td>
-<td width = "40%"><u>configure.py Default:</u> kde3/</td>
+<td width = "40%"><u>configure.py Default:</u> trinity/</td>
<td width = "20%"> </td>
</tr></table>
-The top level directory under which kde3/libs and kde3/include are located (these paths can also
-be specified independently see -n and -o) On SuSE distributions, this is typically /opt/kde3. On
+The top level directory under which trinity/libs and trinity/include are located (these paths can also
+be specified independently see -n and -o) On SuSE distributions, this is typically /opt/trinity. On
Red Hat and Mandrake, this is typically /usr. configure.py will find the typical locations automatically.
configure .py will use the KDEDIR environment variable value if it is defined and the -k switch is NOT used.
</dd>
@@ -148,7 +148,7 @@ configure .py will use the KDEDIR environment variable value if it is defined an
<table width = "100%"><tr>
<td width = "20%"><u>Value:</u> directory path</td>
<td width = "20%"> </td>
-<td width = "40%"><u>configure.py Default:</u> kde3/libs</td>
+<td width = "40%"><u>configure.py Default:</u> trinity/libs</td>
<td width = "20%"> </td>
</tr></table>
The path to KDE's library files (libkdecore.so, etc).
@@ -159,11 +159,11 @@ The path to KDE's library files (libkdecore.so, etc).
<table width = "100%"><tr>
<td width = "20%"><u>Value:</u> directory path</td>
<td width = "20%"> </td>
-<td width = "40%"><u>configure.py Default:</u> kde3/include</td>
+<td width = "40%"><u>configure.py Default:</u> trinity/include</td>
<td width = "20%"> </td>
</tr></table>
The path to KDE's h files. (May require installation of kdelibs3-devel rpm package)
-configure.py. PyKDE will locate h files in subdirectories of this path automatically (eg kde3/include/kio/*.h)
+configure.py. PyKDE will locate h files in subdirectories of this path automatically (eg trinity/include/kio/*.h)
</dd>
<hr>
<dt><b>-r generate code with tracing enabled</b></dt>