diff options
author | Michele Calgaro <[email protected]> | 2022-09-08 19:36:14 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-09-08 19:36:44 +0900 |
commit | aca88827179e0da898431b0708d2334d3e0fb424 (patch) | |
tree | 3e2f9c8cb9576af073000ee11269349f72430075 /plugins/scheduler | |
parent | c1195c1959723859405ea300ff6401c644ab9355 (diff) | |
download | ktorrent-aca88827179e0da898431b0708d2334d3e0fb424.tar.gz ktorrent-aca88827179e0da898431b0708d2334d3e0fb424.zip |
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 7b17271116bcbec870e95bb05c21be943617a10f)
Diffstat (limited to 'plugins/scheduler')
-rw-r--r-- | plugins/scheduler/bwspage.ui | 12 |
1 files changed, 0 insertions, 12 deletions
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 &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 &2</string> </property> - <property name="accel"> - <string>Alt+2</string> - </property> </widget> </grid> </widget> @@ -229,9 +223,6 @@ <property name="text"> <string>Category &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 &2</string> </property> - <property name="accel"> - <string>Alt+2</string> - </property> </widget> </grid> </widget> |