diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-08 19:36:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-08 19:36:14 +0900 |
commit | 7b17271116bcbec870e95bb05c21be943617a10f (patch) | |
tree | 328063916c5f81703fd9c79c1e9fc8adcdaddfc6 /apps | |
parent | 3ce1e1ccb8105968b6cb2a506a627f60f50d2148 (diff) | |
download | ktorrent-7b17271116bcbec870e95bb05c21be943617a10f.tar.gz ktorrent-7b17271116bcbec870e95bb05c21be943617a10f.zip |
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/ktorrent/addpeerwidgetbase.ui | 3 | ||||
-rw-r--r-- | apps/ktorrent/generalpref.ui | 12 | ||||
-rw-r--r-- | apps/ktorrent/ipfilterwidgetbase.ui | 6 | ||||
-rw-r--r-- | apps/ktorrent/queuedlg.ui | 3 | ||||
-rw-r--r-- | apps/ktorrent/torrentcreatordlgbase.ui | 3 |
5 files changed, 0 insertions, 27 deletions
diff --git a/apps/ktorrent/addpeerwidgetbase.ui b/apps/ktorrent/addpeerwidgetbase.ui index a177a64..369fabe 100644 --- a/apps/ktorrent/addpeerwidgetbase.ui +++ b/apps/ktorrent/addpeerwidgetbase.ui @@ -107,9 +107,6 @@ <property name="text"> <string>Add</string> </property> - <property name="accel"> - <string></string> - </property> <property name="stdItem" stdset="0"> <number>27</number> </property> diff --git a/apps/ktorrent/generalpref.ui b/apps/ktorrent/generalpref.ui index 5bcdc45..452c1df 100644 --- a/apps/ktorrent/generalpref.ui +++ b/apps/ktorrent/generalpref.ui @@ -57,9 +57,6 @@ <property name="text"> <string>Use protocol encryption</string> </property> - <property name="accel"> - <string></string> - </property> <property name="toolTip" stdset="0"> <string>Protocol encryption is used to prevent ISP's from slowing down bittorrent connections.</string> </property> @@ -231,9 +228,6 @@ <property name="text"> <string>Show system tray popup messages</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQLayoutWidget" row="0" column="1" rowspan="2" colspan="1"> <property name="name"> @@ -341,9 +335,6 @@ <property name="text"> <string>Move completed downloads to:</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQCheckBox" row="1" column="0"> <property name="name"> @@ -394,9 +385,6 @@ <property name="text"> <string>Copy .torrent files to:</string> </property> - <property name="accel"> - <string></string> - </property> </widget> </grid> </widget> diff --git a/apps/ktorrent/ipfilterwidgetbase.ui b/apps/ktorrent/ipfilterwidgetbase.ui index 13f0493..3c8478c 100644 --- a/apps/ktorrent/ipfilterwidgetbase.ui +++ b/apps/ktorrent/ipfilterwidgetbase.ui @@ -124,9 +124,6 @@ <property name="text"> <string>Add</string> </property> - <property name="accel"> - <string></string> - </property> <property name="stdItem" stdset="0"> <number>27</number> </property> @@ -158,9 +155,6 @@ <property name="text"> <string>Remove</string> </property> - <property name="accel"> - <string></string> - </property> <property name="stdItem" stdset="0"> <number>28</number> </property> diff --git a/apps/ktorrent/queuedlg.ui b/apps/ktorrent/queuedlg.ui index 520aef6..04b0d1c 100644 --- a/apps/ktorrent/queuedlg.ui +++ b/apps/ktorrent/queuedlg.ui @@ -518,9 +518,6 @@ <property name="text"> <string>Move to top</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQPushButton"> <property name="name"> diff --git a/apps/ktorrent/torrentcreatordlgbase.ui b/apps/ktorrent/torrentcreatordlgbase.ui index e20f849..fcd100d 100644 --- a/apps/ktorrent/torrentcreatordlgbase.ui +++ b/apps/ktorrent/torrentcreatordlgbase.ui @@ -310,9 +310,6 @@ <property name="text"> <string>Add</string> </property> - <property name="accel"> - <string></string> - </property> <property name="stdItem" stdset="0"> <number>27</number> </property> |