summaryrefslogtreecommitdiffstats
path: root/kxkb
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:01 +0900
commitc320afae2fafdf24e152b3140836e83ceea2a486 (patch)
tree460285ae0b4e599bc75aeb62722404a55ea1b601 /kxkb
parent090cda04543b8f8dd1274f9f39d2bc5274b5ce68 (diff)
downloadtdebase-c320afae2fafdf24e152b3140836e83ceea2a486.tar.gz
tdebase-c320afae2fafdf24e152b3140836e83ceea2a486.zip
Removed unused repeatBixBIOS checkbox from keyboard settings. This resolves bug 3142.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kxkb')
-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>