diff --git a/client.cpp b/client.cpp index d5e7b5413a..f15c5b0240 100644 --- a/client.cpp +++ b/client.cpp @@ -1126,7 +1126,7 @@ void Client::takeFocus( bool force, allowed_t ) /*! Returns whether the window provides context help or not. If it does, - you should show a help menu item or a help button lie '?' and call + you should show a help menu item or a help button like '?' and call contextHelp() if this is invoked. \sa contextHelp() diff --git a/clients/redmond/redmond.cpp b/clients/redmond/redmond.cpp index 504254c9c4..3af1053306 100644 --- a/clients/redmond/redmond.cpp +++ b/clients/redmond/redmond.cpp @@ -424,7 +424,7 @@ void RedmondDeco::init() if ( providesContextHelp() ) { button[BtnHelp] = new RedmondButton(this, "help", question_bits, false, smallButtons, titleHeight-2, i18n("Help")); - connect( button[BtnHelp], SIGNAL( clicked() ), this, SLOT( contextHelp() )); + connect( button[BtnHelp], SIGNAL( clicked() ), this, SLOT( showContextHelp() )); hb->addWidget( button[BtnHelp] ); } else { button[BtnHelp] = NULL;