summaryrefslogtreecommitdiffstats
path: root/konversation/src/searchbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/searchbar.cpp')
-rw-r--r--konversation/src/searchbar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/konversation/src/searchbar.cpp b/konversation/src/searchbar.cpp
index 934704f..ea6dc86 100644
--- a/konversation/src/searchbar.cpp
+++ b/konversation/src/searchbar.cpp
@@ -47,8 +47,8 @@ SearchBar::SearchBar(TQWidget* parent)
setFocusProxy(m_searchEdit);
TDEIconLoader* iconLoader = kapp->iconLoader();
m_closeButton->setIconSet(iconLoader->loadIconSet("fileclose", TDEIcon::Toolbar, 16));
- m_findNextButton->setIconSet(iconLoader->loadIconSet("up", TDEIcon::Toolbar, 16));
- m_findPreviousButton->setIconSet(iconLoader->loadIconSet("down", TDEIcon::Toolbar, 16));
+ m_findNextButton->setIconSet(iconLoader->loadIconSet("go-up", TDEIcon::Toolbar, 16));
+ m_findPreviousButton->setIconSet(iconLoader->loadIconSet("go-down", TDEIcon::Toolbar, 16));
m_statusPixLabel->hide();
m_statusTextLabel->hide();