[kde-doc-english] [kate] doc/kate: Use qt-project link

Yuri Chornoivan yurchor at ukr.net
Fri Jul 19 14:34:43 UTC 2013


Git commit 30e0f49ddccf03bd8a261249e4b872060cc7fbe6 by Yuri Chornoivan.
Committed on 19/07/2013 at 14:34.
Pushed by yurchor into branch 'master'.

Use qt-project link

M  +1    -1    doc/kate/development.docbook

http://commits.kde.org/kate/30e0f49ddccf03bd8a261249e4b872060cc7fbe6

diff --git a/doc/kate/development.docbook b/doc/kate/development.docbook
index ad4e992..457ee8d 100644
--- a/doc/kate/development.docbook
+++ b/doc/kate/development.docbook
@@ -330,7 +330,7 @@ the returned javascript object:
 <listitem><para><literal>a.icon</literal> [optional]: The icon appears next to the text in the menu. All KDE icon names can be used here.</para></listitem>
 <listitem><para><literal>a.category</literal> [optional]: If a category is specified, the script appears in a submenu. Make sure to use <literal>i18n</literal> for translation.</para></listitem>
 <listitem><para><literal>a.interactive</literal> [optional]: If the script needs user input, set this to <literal>true</literal>.</para></listitem>
-<listitem><para><literal>a.shortcut</literal> [optional]: The shortcut given here is the default shortcut. Example: Ctrl+Alt+t. See the <ulink url="http://doc.qt.nokia.com/latest/qt.html#Key-enum">Qt documentation</ulink> for further details.</para></listitem>
+<listitem><para><literal>a.shortcut</literal> [optional]: The shortcut given here is the default shortcut. Example: Ctrl+Alt+t. See the <ulink url="http://qt-project.org/doc/qt-4.8/qt.html#Key-enum">Qt documentation</ulink> for further details.</para></listitem>
 </itemizedlist>
 </para>
 


More information about the kde-doc-english mailing list