summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-07-21 13:48:07 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-07-21 14:23:46 +0900
commit9ca6145f1701c96a8d39450ab46268192c8fdb20 (patch)
tree1c36cedbcb5cb9451fd9151738e7d7492cc5e514
parent53358a2dcbac62832ad26a02e40b7041dca44486 (diff)
downloadtdebase-9ca6145f1701c96a8d39450ab46268192c8fdb20.tar.gz
tdebase-9ca6145f1701c96a8d39450ab46268192c8fdb20.zip
Removed unused repeatBoxBIOS checkbox from keyboard settings. This resolves bug 3142.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c320afae2fafdf24e152b3140836e83ceea2a486)
-rw-r--r--kxkb/kcmmiscwidget.ui21
1 files changed, 0 insertions, 21 deletions
diff --git a/kxkb/kcmmiscwidget.ui b/kxkb/kcmmiscwidget.ui
index 77034d4a5..0d6db29d0 100644
--- a/kxkb/kcmmiscwidget.ui
+++ b/kxkb/kcmmiscwidget.ui
@@ -244,20 +244,6 @@
<string>If you check this option, pressing and holding down a key emits the same character over and over again. For example, pressing and holding down the Tab key will have the same effect as that of pressing that key several times in succession: Tab characters continue to be emitted until you release the key.</string>
</property>
</widget>
- <widget class="TQCheckBox" row="1" column="0" rowspan="1" colspan="2">
- <property name="name">
- <cstring>repeatBoxBIOS</cstring>
- </property>
- <property name="text">
- <string>Use &amp;BIOS settings</string>
- </property>
- <property name="checked">
- <bool>false</bool>
- </property>
- <property name="whatsThis" stdset="0">
- <string>If you check this option, pressing and holding down a key emits the same character over and over again as set in the BIOS. For example, pressing and holding down the Tab key will have the same effect as that of pressing that key several times in succession: Tab characters continue to be emitted until you release the key.</string>
- </property>
- </widget>
</grid>
</widget>
<widget class="KIntNumInput" row="2" column="1">
@@ -314,12 +300,6 @@
<connection>
<sender>repeatBox</sender>
<signal>toggled(bool)</signal>
- <receiver>repeatBoxBIOS</receiver>
- <slot>setEnabled(bool)</slot>
- </connection>
- <connection>
- <sender>repeatBox</sender>
- <signal>toggled(bool)</signal>
<receiver>delay</receiver>
<slot>setEnabled(bool)</slot>
</connection>
@@ -350,7 +330,6 @@
</connections>
<tabstops>
<tabstop>repeatBox</tabstop>
- <tabstop>repeatBoxBIOS</tabstop>
<tabstop>click</tabstop>
<tabstop>RadioButton1</tabstop>
<tabstop>RadioButton1_2</tabstop>