diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:14:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:14:23 -0600 |
commit | 07a23b0645f0dd3d0a9ded1742cd1e6e202002fd (patch) | |
tree | e179ac375662d1571207c94b4dcc021ae53b367c /doc/en | |
parent | 773793eead2fea173ec9202ee938020592e86a02 (diff) | |
download | tdesvn-07a23b0645f0dd3d0a9ded1742cd1e6e202002fd.tar.gz tdesvn-07a23b0645f0dd3d0a9ded1742cd1e6e202002fd.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/index.docbook | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 43a3fab..e33077d 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -375,7 +375,7 @@ Deleting items is always recursive. Eg., when you delete a folder all subitems w <sect1 id="working-with-repositories"> <title>Working on repositories</title> <para> -Simple repository browsing may done within &konqi; &krus; or similar filebrowsers: Open a URL with protocol described in <xref linkend="tdesvn-features" xreflabel="Features" /> (the variants starting with "k") and them will display the content. So simple operations like copy, move and delete may work. When appending a query "?rev=<xxx>" the listing comes from a specific revision. Format of revision-query is described in <xref linkend="revision-syntax" />, some more information about KIO::ksvn are in <xref linkend="tdesvn-kio" /> +Simple repository browsing may done within &konqi; &krus; or similar filebrowsers: Open a URL with protocol described in <xref linkend="tdesvn-features" xreflabel="Features" /> (the variants starting with "k") and them will display the content. So simple operations like copy, move and delete may work. When appending a query "?rev=<xxx>" the listing comes from a specific revision. Format of revision-query is described in <xref linkend="revision-syntax" />, some more information about TDEIO::ksvn are in <xref linkend="tdesvn-kio" /> </para> <para> All work except "Copy" may only done when browsing at revision HEAD. @@ -831,7 +831,7 @@ Every &kde; based application may use these protocols. So it would be possible t </para> <para> <example> -<title>Retrieving differences between revions using KDiff3 and KIO::ksvn</title> +<title>Retrieving differences between revions using KDiff3 and TDEIO::ksvn</title> <programlisting> kdiff3 \ ksvn://anonsvn.kde.org/home/kde/trunk/KDE/arts?rev=423127 \ @@ -845,17 +845,17 @@ Let kdiff3 print all differences between two revisions. Note! Using this within </sect2> </sect1> <sect1 id="kio-svn-special"> -<title>Programmers information about KIO::ksvn</title> +<title>Programmers information about TDEIO::ksvn</title> <para> <note><para>You may skip this if not interested in KIO programming.</para></note> -KIO::ksvn::special knows the following operations, these are made almost equal in call to the current existing in KIO from tdesdk -so, for instance, tdevelop may use it if tdesdk isn't installed but uses tdesvn::KIO::svn. +TDEIO::ksvn::special knows the following operations, these are made almost equal in call to the current existing in KIO from tdesdk +so, for instance, tdevelop may use it if tdesdk isn't installed but uses tdesvn::TDEIO::svn. </para> <sect2> <title>Commandlist</title> <para> <table id="kio-svn-special-commands"> -<title>Command overview for KIO::ksvn::special</title> +<title>Command overview for TDEIO::ksvn::special</title> <tgroup cols="4"> <thead> |