diff options
author | Michele Calgaro <[email protected]> | 2022-10-01 18:29:16 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-10-01 18:29:16 +0900 |
commit | b68bd95bf885d29c438d7396574affd6ffd8e90c (patch) | |
tree | 3e2b27eb84905985fb432a85708f14725d3c98bf /src/autostart.cpp | |
parent | dedef8fbfcad2a8a16491a9daa570a8dc329a689 (diff) | |
download | kcmautostart-b68bd95bf885d29c438d7396574affd6ffd8e90c.tar.gz kcmautostart-b68bd95bf885d29c438d7396574affd6ffd8e90c.zip |
Remove unnecessary shortcut associations and translations.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/autostart.cpp')
-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()) ); |