diff options
Diffstat (limited to 'juk/searchwidget.h')
-rw-r--r-- | juk/searchwidget.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/juk/searchwidget.h b/juk/searchwidget.h index 604b289b..75f0c513 100644 --- a/juk/searchwidget.h +++ b/juk/searchwidget.h @@ -32,14 +32,15 @@ class KComboBox; class Playlist; -class SearchLine : public QHBox +class SearchLine : public TQHBox { Q_OBJECT + TQ_OBJECT public: enum Mode { Default = 0, CaseSensitive = 1, Pattern = 2 }; - SearchLine(TQWidget *parent, bool simple = false, const char *name = 0); + SearchLine(TQWidget *tqparent, bool simple = false, const char *name = 0); virtual ~SearchLine() {} PlaylistSearch::Component searchComponent() const; @@ -72,9 +73,10 @@ private: class SearchWidget : public KToolBar, public SearchIface { Q_OBJECT + TQ_OBJECT public: - SearchWidget(TQWidget *parent, const char *name = 0); + SearchWidget(TQWidget *tqparent, const char *name = 0); virtual ~SearchWidget(); PlaylistSearch search(const PlaylistList &playlists) const; |