diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-19 11:08:54 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-19 11:08:54 +0900 |
commit | d9f05d7a41bae54e8b3c447044a148e655c2351e (patch) | |
tree | ddbed5cbc3677774a08c7c4f6421ffe1ab422fd1 /ktouch | |
parent | 50874d46964cb3f04fd5c37f7a9bd5bd447a34a1 (diff) | |
download | tdeedu-d9f05d7a41bae54e8b3c447044a148e655c2351e.tar.gz tdeedu-d9f05d7a41bae54e8b3c447044a148e655c2351e.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ktouch')
-rw-r--r-- | ktouch/src/ktouchlectureeditor_dlg.ui | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ktouch/src/ktouchlectureeditor_dlg.ui b/ktouch/src/ktouchlectureeditor_dlg.ui index d5f0f888..6a7acfda 100644 --- a/ktouch/src/ktouchlectureeditor_dlg.ui +++ b/ktouch/src/ktouchlectureeditor_dlg.ui @@ -524,9 +524,6 @@ <property name="text"> <string>&Open...</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="KPushButton"> <property name="name"> @@ -535,9 +532,6 @@ <property name="text"> <string>&Save</string> </property> - <property name="accel"> - <string></string> - </property> <property name="default"> <bool>true</bool> </property> @@ -549,9 +543,6 @@ <property name="text"> <string>Save &As...</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="KPushButton"> <property name="name"> @@ -560,9 +551,6 @@ <property name="text"> <string>&Close</string> </property> - <property name="accel"> - <string></string> - </property> </widget> </hbox> </widget> |