summaryrefslogtreecommitdiffstats
path: root/juk/searchwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'juk/searchwidget.h')
-rw-r--r--juk/searchwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/searchwidget.h b/juk/searchwidget.h
index 75f0c513..8bb20ab9 100644
--- a/juk/searchwidget.h
+++ b/juk/searchwidget.h
@@ -40,7 +40,7 @@ class SearchLine : public TQHBox
public:
enum Mode { Default = 0, CaseSensitive = 1, Pattern = 2 };
- SearchLine(TQWidget *tqparent, bool simple = false, const char *name = 0);
+ SearchLine(TQWidget *parent, bool simple = false, const char *name = 0);
virtual ~SearchLine() {}
PlaylistSearch::Component searchComponent() const;
@@ -76,7 +76,7 @@ class SearchWidget : public KToolBar, public SearchIface
TQ_OBJECT
public:
- SearchWidget(TQWidget *tqparent, const char *name = 0);
+ SearchWidget(TQWidget *parent, const char *name = 0);
virtual ~SearchWidget();
PlaylistSearch search(const PlaylistList &playlists) const;