summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-25 00:18:25 -0600
committerTimothy Pearson <[email protected]>2013-01-25 00:18:25 -0600
commit84fba9037b6e998250f30968b0d9c79a6af4637a (patch)
tree0baefd17473cdfe4aeeffe5b471ee1c50c67462a /doc
parent58229b7f2f011bb94adadea107eff15e929ccb3c (diff)
downloadpytdeextensions-84fba9037b6e998250f30968b0d9c79a6af4637a.tar.gz
pytdeextensions-84fba9037b6e998250f30968b0d9c79a6af4637a.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'doc')
-rw-r--r--doc/en/index.docbook2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook
index a425de2..be40854 100644
--- a/doc/en/index.docbook
+++ b/doc/en/index.docbook
@@ -376,7 +376,7 @@ C++ glue code is needed when writing in module in Python. Fortunately
</para>
<para>
The best way to start learning about creating modules is to read the
-<ulink url="http://developer.kde.org/documentation/other/kcm_howto.html">KConfig
+<ulink url="http://developer.kde.org/documentation/other/kcm_howto.html">TDEConfig
Module HOWTO</ulink>. It is written for C++, but the concepts are the same for
Python.
</para>