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 /plugins/infowidget | |
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 'plugins/infowidget')
-rw-r--r-- | plugins/infowidget/iwpref.ui | 6 | ||||
-rw-r--r-- | plugins/infowidget/statustabbase.ui | 3 | ||||
-rw-r--r-- | plugins/infowidget/trackerviewbase.ui | 6 |
3 files changed, 0 insertions, 15 deletions
diff --git a/plugins/infowidget/iwpref.ui b/plugins/infowidget/iwpref.ui index a26160b..c39fdf8 100644 --- a/plugins/infowidget/iwpref.ui +++ b/plugins/infowidget/iwpref.ui @@ -23,9 +23,6 @@ <property name="text"> <string>Show list of peers</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQCheckBox" row="1" column="0"> <property name="name"> @@ -59,9 +56,6 @@ <property name="text"> <string>Show list of trackers</string> </property> - <property name="accel"> - <string></string> - </property> </widget> </grid> </widget> diff --git a/plugins/infowidget/statustabbase.ui b/plugins/infowidget/statustabbase.ui index 843a684..8f7bb83 100644 --- a/plugins/infowidget/statustabbase.ui +++ b/plugins/infowidget/statustabbase.ui @@ -542,9 +542,6 @@ <property name="text"> <string>Ratio limit:</string> </property> - <property name="accel"> - <string></string> - </property> <property name="toolTip" stdset="0"> <string>Limit works only in seed mode</string> </property> diff --git a/plugins/infowidget/trackerviewbase.ui b/plugins/infowidget/trackerviewbase.ui index 48cfe0c..c1e05fe 100644 --- a/plugins/infowidget/trackerviewbase.ui +++ b/plugins/infowidget/trackerviewbase.ui @@ -63,9 +63,6 @@ <property name="text"> <string>Remove Tracker</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQPushButton"> <property name="name"> @@ -99,9 +96,6 @@ <property name="text"> <string>Restore Defaults</string> </property> - <property name="accel"> - <string></string> - </property> </widget> </vbox> </widget> |