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.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/konversation/src/searchbar.cpp b/konversation/src/searchbar.cpp
index 913e435..1e1f2f9 100644
--- a/konversation/src/searchbar.cpp
+++ b/konversation/src/searchbar.cpp
@@ -45,10 +45,10 @@ SearchBar::SearchBar(TQWidget* parent)
m_fromCursor = false;
setFocusProxy(m_searchEdit);
- KIconLoader* iconLoader = kapp->iconLoader();
- m_closeButton->setIconSet(iconLoader->loadIconSet("fileclose", KIcon::Toolbar, 16));
- m_findNextButton->setIconSet(iconLoader->loadIconSet("up", KIcon::Toolbar, 16));
- m_findPreviousButton->setIconSet(iconLoader->loadIconSet("down", KIcon::Toolbar, 16));
+ 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_statusPixLabel->hide();
m_statusTextLabel->hide();