|
|
|
@ -993,14 +993,6 @@ void MainWindow::setupHelpActions()
|
|
|
|
|
actionHelpAboutTQt->setWhatsThis( whatsThisFrom( "Help|About TQt" ) );
|
|
|
|
|
connect( actionHelpAboutTQt, SIGNAL( activated() ), this, SLOT( helpAboutTQt() ) );
|
|
|
|
|
|
|
|
|
|
#if 0 //defined(QT_NON_COMMERCIAL)
|
|
|
|
|
// ### not used anymore -- should be deleted?
|
|
|
|
|
actionHelpRegister = new TQAction( tr("Register TQt"), TQPixmap(), tr("&Register TQt..."), 0, this, 0 );
|
|
|
|
|
actionHelpRegister->setStatusTip( tr("Opens a web browser at the evaluation form on www.trolltech.com") );
|
|
|
|
|
actionHelpRegister->setWhatsThis( tr("Register with Trolltech") );
|
|
|
|
|
connect( actionHelpRegister, SIGNAL( activated() ), this, SLOT( helpRegister() ) );
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
actionHelpWhatsThis = new TQAction( tr("What's This?"), TQIconSet( whatsthis_image, whatsthis_image ),
|
|
|
|
|
tr("What's This?"), SHIFT + Key_F1, this, 0 );
|
|
|
|
|
actionHelpWhatsThis->setStatusTip( tr("\"What's This?\" context sensitive help") );
|
|
|
|
@ -1021,11 +1013,6 @@ void MainWindow::setupHelpActions()
|
|
|
|
|
menu->insertSeparator();
|
|
|
|
|
actionHelpAbout->addTo( menu );
|
|
|
|
|
actionHelpAboutTQt->addTo( menu );
|
|
|
|
|
#if 0 //defined(QT_NON_COMMERCIAL)
|
|
|
|
|
// ### not used anymore -- should be deleted?
|
|
|
|
|
actionHelpRegister->addTo( menu );
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
menu->insertSeparator();
|
|
|
|
|
actionHelpWhatsThis->addTo( menu );
|
|
|
|
|
}
|
|
|
|
|