Git commit e909160fd2ac42ca0ce66ae508d78c5d88fea9e8 by Burkhard L?ck, on behalf of Yuri Chornoivan. Committed on 19/07/2013 at 14:34. Pushed by lueck into branch 'KDE/4.11'.
Use qt-project link (cherry picked from commit 30e0f49ddccf03bd8a261249e4b872060cc7fbe6) backport to 4.11.1 M +1 -1 doc/kate/development.docbook http://commits.kde.org/kate/e909160fd2ac42ca0ce66ae508d78c5d88fea9e8 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>
