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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ktorrent/filterbar.h b/apps/ktorrent/filterbar.h
index e04a73a..4fc5d5a 100644
--- a/apps/ktorrent/filterbar.h
+++ b/apps/ktorrent/filterbar.h
@@ -45,7 +45,7 @@ class FilterBar : public TQWidget
TQ_OBJECT
public:
- FilterBar ( TQWidget *tqparent = 0, const char *name = 0 );
+ FilterBar ( TQWidget *parent = 0, const char *name = 0 );
virtual ~FilterBar();
bool matchesFilter(kt::TorrentInterface* tc);