From b68bd95bf885d29c438d7396574affd6ffd8e90c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 1 Oct 2022 18:29:16 +0900 Subject: Remove unnecessary shortcut associations and translations. Signed-off-by: Michele Calgaro --- src/autostart.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/autostart.cpp') 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()) ); -- cgit v1.2.3