summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/filterbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ktorrent/filterbar.cpp')
-rw-r--r--apps/ktorrent/filterbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ktorrent/filterbar.cpp b/apps/ktorrent/filterbar.cpp
index 708cb17..f159a60 100644
--- a/apps/ktorrent/filterbar.cpp
+++ b/apps/ktorrent/filterbar.cpp
@@ -45,7 +45,7 @@ FilterBar::FilterBar(TQWidget *parent, const char *name) :
TQHBoxLayout* layout = new TQHBoxLayout(foo);
layout->addSpacing(gap);
- m_close = new KToolBarButton("fileclose",0,this);
+ m_close = new TDEToolBarButton("fileclose",0,this);
connect(m_close,TQT_SIGNAL(clicked()),this,TQT_SLOT(hide()));
layout->addWidget(m_close);