diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 8344ebc..cd4b5f0 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1163,11 +1163,6 @@ void MainWindow::setupActions() // Navigation panel visibility connect( m_navPanel, SIGNAL(visibilityChanged(bool)), this, SLOT( navigatorVisibilityChanged(bool) ) ); - // "What's this" action - QAction * whatsthis = QWhatsThis::createAction( this ); - menuHelp->addAction( whatsthis ); - viewToolbar->addAction( whatsthis ); - // Tab switching actions (void) new QShortcut( QKeySequence( i18n("Ctrl+1") ), this,