summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/filterbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ktorrent/filterbar.h')
-rw-r--r--apps/ktorrent/filterbar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/ktorrent/filterbar.h b/apps/ktorrent/filterbar.h
index 7cb4282..5164587 100644
--- a/apps/ktorrent/filterbar.h
+++ b/apps/ktorrent/filterbar.h
@@ -27,7 +27,7 @@ class TQCheckBox;
class TDEConfig;
class KLineEdit;
class KPushButton;
-class KToolBarButton;
+class TDEToolBarButton;
namespace kt
{
@@ -64,7 +64,7 @@ private:
KLineEdit* m_filterInput;
KPushButton* m_clear;
TQCheckBox* m_case_sensitive;
- KToolBarButton* m_close;
+ TDEToolBarButton* m_close;
TQString m_name_filter;
};