diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-19 11:10:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-19 11:10:19 +0900 |
commit | 3e7fcfbb2d683b08a2aee8f97861e51c88b87a71 (patch) | |
tree | 5cab8951b9044fc2c5a0cd0e0cf00c27958c6698 | |
parent | 66409f0389782aabeb1122263804d0498bd157e7 (diff) | |
download | tdeutils-3e7fcfbb2d683b08a2aee8f97861e51c88b87a71.tar.gz tdeutils-3e7fcfbb2d683b08a2aee8f97861e51c88b87a71.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | kgpg/conf_encryption.ui | 5 | ||||
-rw-r--r-- | superkaramba/src/themewidget_layout.ui | 3 | ||||
-rw-r--r-- | tdefilereplace/kaddstringdlgs.ui | 3 | ||||
-rw-r--r-- | tdefilereplace/knewprojectdlgs.ui | 9 | ||||
-rw-r--r-- | tdefilereplace/koptionsdlgs.ui | 9 | ||||
-rw-r--r-- | tdelirc/kcmlirc/kcmlircbase.ui | 3 |
6 files changed, 1 insertions, 31 deletions
diff --git a/kgpg/conf_encryption.ui b/kgpg/conf_encryption.ui index f64556a..847db7c 100644 --- a/kgpg/conf_encryption.ui +++ b/kgpg/conf_encryption.ui @@ -28,10 +28,7 @@ <cstring>kcfg_PgpCompatibility</cstring> </property> <property name="text"> - <string>PGP 6 compatibility</string> - </property> - <property name="accel"> - <string>Alt+6</string> + <string>PGP &6 compatibility</string> </property> <property name="whatsThis" stdset="0"> <string><qt><b>PGP 6 compatibility:</b><br /> diff --git a/superkaramba/src/themewidget_layout.ui b/superkaramba/src/themewidget_layout.ui index 8a55785..813df4f 100644 --- a/superkaramba/src/themewidget_layout.ui +++ b/superkaramba/src/themewidget_layout.ui @@ -157,9 +157,6 @@ <property name="text"> <string></string> </property> - <property name="accel"> - <string></string> - </property> </widget> </hbox> </widget> diff --git a/tdefilereplace/kaddstringdlgs.ui b/tdefilereplace/kaddstringdlgs.ui index 563aa33..87098c8 100644 --- a/tdefilereplace/kaddstringdlgs.ui +++ b/tdefilereplace/kaddstringdlgs.ui @@ -51,9 +51,6 @@ <property name="text"> <string>Search and replace mode</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQRadioButton" row="0" column="0"> <property name="name"> diff --git a/tdefilereplace/knewprojectdlgs.ui b/tdefilereplace/knewprojectdlgs.ui index 84f6150..dbf78ff 100644 --- a/tdefilereplace/knewprojectdlgs.ui +++ b/tdefilereplace/knewprojectdlgs.ui @@ -88,9 +88,6 @@ <property name="text"> <string>Search Now</string> </property> - <property name="accel"> - <string></string> - </property> <property name="default"> <bool>true</bool> </property> @@ -102,9 +99,6 @@ <property name="text"> <string>Search Later</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="KPushButton"> <property name="name"> @@ -219,9 +213,6 @@ <property name="text"> <string></string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="KComboBox" row="1" column="1" rowspan="1" colspan="2"> <property name="name"> diff --git a/tdefilereplace/koptionsdlgs.ui b/tdefilereplace/koptionsdlgs.ui index 196ad2c..dde7725 100644 --- a/tdefilereplace/koptionsdlgs.ui +++ b/tdefilereplace/koptionsdlgs.ui @@ -55,9 +55,6 @@ <property name="text"> <string>Enable commands in replace strings</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQLabel" row="7" column="0"> <property name="name"> @@ -90,9 +87,6 @@ <property name="text"> <string>Case sensitive</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQCheckBox" row="2" column="0" rowspan="1" colspan="3"> <property name="name"> @@ -101,9 +95,6 @@ <property name="text"> <string>Recursive (search/replace in all sub folders)</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQCheckBox" row="3" column="0" rowspan="1" colspan="3"> <property name="name"> diff --git a/tdelirc/kcmlirc/kcmlircbase.ui b/tdelirc/kcmlirc/kcmlircbase.ui index ba32690..a6e4b4c 100644 --- a/tdelirc/kcmlirc/kcmlircbase.ui +++ b/tdelirc/kcmlirc/kcmlircbase.ui @@ -341,9 +341,6 @@ <property name="text"> <string>Auto-Populate...</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="KPushButton" row="1" column="0"> <property name="name"> |