diff options
| author | 2008-05-04 18:15:37 +0000 | |
|---|---|---|
| committer | 2008-05-04 18:15:37 +0000 | |
| commit | 556fce6e981ae22a47ffe7e5e1b6700ce359254d (patch) | |
| tree | 3dde93d00dc90d28d54c2bdaf9fd1855568a428c /src/modules/help/helpwindow.cpp | |
| parent | code cleanup (diff) | |
| download | KVIrc-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.cpp | 2 |
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") ); |
