From c44605df808a0c70a27bf535b3acb247471ab0db Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 22 Aug 2010 05:45:38 +0000 Subject: [PATCH] Fixed a couple of typos in the previous kdebase commit git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1166515 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kicker/kicker/ui/k_mnu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kicker/kicker/ui/k_mnu.cpp b/kicker/kicker/ui/k_mnu.cpp index ae5076501..50ceceea9 100644 --- a/kicker/kicker/ui/k_mnu.cpp +++ b/kicker/kicker/ui/k_mnu.cpp @@ -220,7 +220,7 @@ void PanelKMenu::initialize() PanelServiceMenu::initialize(); // Insert search field - if (KickerSettings::UseSearchBar()) + if (KickerSettings::useSearchBar()) { TQHBox* hbox = new TQHBox( this ); KToolBarButton *clearButton = new KToolBarButton( "locationbar_erase", 0, hbox ); searchEdit = new KPIM::ClickLineEdit(hbox, " "+i18n("Press '/' to search..."));