From a98beeee30759c9d48debf7f49e1633bc9f0e769 Mon Sep 17 00:00:00 2001 From: George Staikos Date: Sat, 4 Oct 2003 21:27:23 +0000 Subject: [PATCH] KWhatsBroken tells me that redmond is broken. This appears to be what the other clients do svn path=/trunk/kdebase/kwin/; revision=256310 --- client.cpp | 2 +- clients/redmond/redmond.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;