aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help/helpwindow.cpp
diff options
context:
space:
mode:
authorGravatar Noldor2008-05-04 18:15:37 +0000
committerGravatar Noldor2008-05-04 18:15:37 +0000
commit556fce6e981ae22a47ffe7e5e1b6700ce359254d (patch)
tree3dde93d00dc90d28d54c2bdaf9fd1855568a428c /src/modules/help/helpwindow.cpp
parentcode cleanup (diff)
downloadKVIrc-556fce6e981ae22a47ffe7e5e1b6700ce359254d.tar.gz
KVIrc-556fce6e981ae22a47ffe7e5e1b6700ce359254d.tar.bz2
KVIrc-556fce6e981ae22a47ffe7e5e1b6700ce359254d.zip
replace setIconSet with QT4 seIcon
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1672 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/help/helpwindow.cpp')
-rw-r--r--src/modules/help/helpwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/help/helpwindow.cpp b/src/modules/help/helpwindow.cpp
index 3bc290534..b93bf5de8 100644
--- a/src/modules/help/helpwindow.cpp
+++ b/src/modules/help/helpwindow.cpp
@@ -88,7 +88,7 @@ KviHelpWindow::KviHelpWindow(KviFrame * lpFrm,const char * name)
this, SLOT( showIndexTopic() ) );
KviStyledToolButton* pBtnRefreshIndex = new KviStyledToolButton(pSearchBox);
- pBtnRefreshIndex->setIconSet(*g_pIconManager->getBigIcon(KVI_REFRESH_IMAGE_NAME));
+ pBtnRefreshIndex->setIcon(*g_pIconManager->getBigIcon(KVI_REFRESH_IMAGE_NAME));
connect(pBtnRefreshIndex,SIGNAL(clicked()),this,SLOT(refreshIndex()));
QToolTip::add( pBtnRefreshIndex, __tr2qs("Refresh index") );