summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-09-08 19:36:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-09-08 19:36:44 +0900
commitaca88827179e0da898431b0708d2334d3e0fb424 (patch)
tree3e2f9c8cb9576af073000ee11269349f72430075
parentc1195c1959723859405ea300ff6401c644ab9355 (diff)
downloadktorrent-aca88827179e0da898431b0708d2334d3e0fb424.tar.gz
ktorrent-aca88827179e0da898431b0708d2334d3e0fb424.zip
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7b17271116bcbec870e95bb05c21be943617a10f)
-rw-r--r--apps/ktorrent/addpeerwidgetbase.ui3
-rw-r--r--apps/ktorrent/generalpref.ui12
-rw-r--r--apps/ktorrent/ipfilterwidgetbase.ui6
-rw-r--r--apps/ktorrent/queuedlg.ui3
-rw-r--r--apps/ktorrent/torrentcreatordlgbase.ui3
-rw-r--r--plugins/infowidget/iwpref.ui6
-rw-r--r--plugins/infowidget/statustabbase.ui3
-rw-r--r--plugins/infowidget/trackerviewbase.ui6
-rw-r--r--plugins/ipfilter/ipblockingpref.ui3
-rw-r--r--plugins/rssfeed/rssfeedwidget.ui24
-rw-r--r--plugins/scanfolder/sfprefwidgetbase.ui9
-rw-r--r--plugins/scheduler/bwspage.ui12
-rw-r--r--plugins/search/searchpref.ui6
13 files changed, 0 insertions, 96 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>
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>
diff --git a/plugins/ipfilter/ipblockingpref.ui b/plugins/ipfilter/ipblockingpref.ui
index 367866b..d221270 100644
--- a/plugins/ipfilter/ipblockingpref.ui
+++ b/plugins/ipfilter/ipblockingpref.ui
@@ -57,9 +57,6 @@
<property name="text">
<string>Use PeerGuardian filter?</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<widget class="TQLayoutWidget" row="1" column="0">
<property name="name">
diff --git a/plugins/rssfeed/rssfeedwidget.ui b/plugins/rssfeed/rssfeedwidget.ui
index c0e6330..1b34e9c 100644
--- a/plugins/rssfeed/rssfeedwidget.ui
+++ b/plugins/rssfeed/rssfeedwidget.ui
@@ -169,9 +169,6 @@
<property name="text">
<string>Download</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<widget class="TQTable" row="0" column="0" rowspan="1" colspan="3">
<property name="name">
@@ -269,9 +266,6 @@
<property name="text">
<string>Refresh</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
</hbox>
</widget>
@@ -407,9 +401,6 @@
<property name="text">
<string>Delete</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<widget class="TQPushButton" row="1" column="0">
<property name="name">
@@ -458,9 +449,6 @@
<property name="text">
<string>Delete</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<widget class="TQPushButton" row="1" column="0">
<property name="name">
@@ -623,9 +611,6 @@
<property name="text">
<string>Process</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
</hbox>
</widget>
@@ -678,9 +663,6 @@
<property name="text">
<string>Match Without Episode</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
</hbox>
</widget>
@@ -896,9 +878,6 @@
<property name="text">
<string>Download</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<spacer>
<property name="name">
@@ -927,9 +906,6 @@
<property name="text">
<string>Delete</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
</hbox>
</widget>
diff --git a/plugins/scanfolder/sfprefwidgetbase.ui b/plugins/scanfolder/sfprefwidgetbase.ui
index dd106cb..1e696e6 100644
--- a/plugins/scanfolder/sfprefwidgetbase.ui
+++ b/plugins/scanfolder/sfprefwidgetbase.ui
@@ -34,9 +34,6 @@
<property name="text">
<string>Scan folder &amp;1</string>
</property>
- <property name="accel">
- <string>Alt+1</string>
- </property>
</widget>
<widget class="TQCheckBox">
<property name="name">
@@ -45,9 +42,6 @@
<property name="text">
<string>Scan folder &amp;2</string>
</property>
- <property name="accel">
- <string>Alt+2</string>
- </property>
</widget>
<widget class="TQCheckBox">
<property name="name">
@@ -56,9 +50,6 @@
<property name="text">
<string>Scan folder &amp;3</string>
</property>
- <property name="accel">
- <string>Alt+3</string>
- </property>
</widget>
</vbox>
</widget>
diff --git a/plugins/scheduler/bwspage.ui b/plugins/scheduler/bwspage.ui
index 7bdfd40..46f797e 100644
--- a/plugins/scheduler/bwspage.ui
+++ b/plugins/scheduler/bwspage.ui
@@ -194,9 +194,6 @@
<property name="text">
<string>Category &amp;3</string>
</property>
- <property name="accel">
- <string>Alt+3</string>
- </property>
</widget>
<widget class="TQRadioButton" row="2" column="1">
<property name="name">
@@ -205,9 +202,6 @@
<property name="text">
<string>Category &amp;2</string>
</property>
- <property name="accel">
- <string>Alt+2</string>
- </property>
</widget>
</grid>
</widget>
@@ -229,9 +223,6 @@
<property name="text">
<string>Category &amp;1</string>
</property>
- <property name="accel">
- <string>Alt+1</string>
- </property>
</widget>
<widget class="TQLabel" row="0" column="0">
<property name="name">
@@ -374,9 +365,6 @@
<property name="text">
<string>Category &amp;2</string>
</property>
- <property name="accel">
- <string>Alt+2</string>
- </property>
</widget>
</grid>
</widget>
diff --git a/plugins/search/searchpref.ui b/plugins/search/searchpref.ui
index 4a2278d..8f5761c 100644
--- a/plugins/search/searchpref.ui
+++ b/plugins/search/searchpref.ui
@@ -59,9 +59,6 @@
<property name="text">
<string>Use default browser</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
@@ -78,9 +75,6 @@
<property name="text">
<string>Custom browser path:</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<widget class="KLineEdit">
<property name="name">