diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-10-01 18:29:16 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-10-01 18:32:47 +0900 |
| commit | 6223eda2baf6af124150c84f97775dc80ea28452 (patch) | |
| tree | 8257de8d9219bb2f215caeb25d0a118b49f957fd /src | |
| parent | 4e7abf064e415a46929b7cb59274d914b47e8855 (diff) | |
| download | kcmautostart-6223eda2baf6af124150c84f97775dc80ea28452.tar.gz kcmautostart-6223eda2baf6af124150c84f97775dc80ea28452.zip | |
Remove unnecessary shortcut associations and translations.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b68bd95bf885d29c438d7396574affd6ffd8e90c)
Diffstat (limited to 'src')
| -rw-r--r-- | src/autostart.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/autostart.cpp b/src/autostart.cpp index 9e68188..2476db2 100644 --- a/src/autostart.cpp +++ b/src/autostart.cpp @@ -148,11 +148,8 @@ CAutostart::CAutostart(TQWidget *parent, const char *name, const TQStringList&) cmbStartOn->setEnabled(false); btnAdd->setText( i18n( "&Add" ) ); - btnAdd->setAccel( TQKeySequence( i18n( "Alt+A" ) ) ); btnRemove->setText( i18n( "&Remove" ) ); - btnRemove->setAccel( TQKeySequence( i18n( "Alt+R" ) ) ); btnProperties->setText( i18n( "&Properties" ) ); - btnProperties->setAccel( TQKeySequence( i18n( "Alt+P" ) ) ); connect( btnAdd, TQT_SIGNAL(clicked()), TQT_SLOT(addCMD()) ); connect( btnRemove, TQT_SIGNAL(clicked()), TQT_SLOT(removeCMD()) ); |
