OSDN Git Service

kuassel: make the "What's this?" action work
authorIvailo Monev <xakepa10@gmail.com>
Tue, 27 Jan 2015 02:54:41 +0000 (02:54 +0000)
committerIvailo Monev <xakepa10@gmail.com>
Tue, 27 Jan 2015 02:54:41 +0000 (02:54 +0000)
kuassel/src/qtui/mainwin.cpp

index a80dcea..46e3fa5 100644 (file)
@@ -466,7 +466,7 @@ void MainWin::setupMenus()
     _helpDebugMenu->addAction(coll->action("ReloadStyle"));
 
     _helpMenu = menuBar()->addMenu(i18n("&Help"));
-    _helpMenu->addAction(KStandardAction::whatsThis(_kHelpMenu, SLOT(whatsThis()), this));
+    _helpMenu->addAction(KStandardAction::whatsThis(_kHelpMenu, SLOT(contextHelpActivated()), this));
     _helpMenu->addSeparator();
     _helpMenu->addAction(KStandardAction::reportBug(_kHelpMenu, SLOT(reportBug()), this));
     _helpMenu->addSeparator();