From e654398e46e37abf457b2b1122ab898d2c51c49f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:43:15 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- juk/searchwidget.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'juk/searchwidget.h') diff --git a/juk/searchwidget.h b/juk/searchwidget.h index 37a44cb7..577fc1c0 100644 --- a/juk/searchwidget.h +++ b/juk/searchwidget.h @@ -21,7 +21,7 @@ #include -#include +#include #include "playlistsearch.h" #include "jukIface.h" @@ -39,7 +39,7 @@ class SearchLine : public QHBox public: enum Mode { Default = 0, CaseSensitive = 1, Pattern = 2 }; - SearchLine(QWidget *parent, bool simple = false, const char *name = 0); + SearchLine(TQWidget *parent, bool simple = false, const char *name = 0); virtual ~SearchLine() {} PlaylistSearch::Component searchComponent() const; @@ -52,7 +52,7 @@ public slots: virtual void setFocus(); protected: - virtual bool eventFilter(QObject *watched, QEvent *e); + virtual bool eventFilter(TQObject *watched, TQEvent *e); signals: void signalQueryChanged(); @@ -66,7 +66,7 @@ private: KLineEdit *m_lineEdit; KComboBox *m_searchFieldsBox; KComboBox *m_caseSensitive; - QValueList m_columnList; + TQValueList m_columnList; }; class SearchWidget : public KToolBar, public SearchIface @@ -74,14 +74,14 @@ class SearchWidget : public KToolBar, public SearchIface Q_OBJECT public: - SearchWidget(QWidget *parent, const char *name = 0); + SearchWidget(TQWidget *parent, const char *name = 0); virtual ~SearchWidget(); PlaylistSearch search(const PlaylistList &playlists) const; void setSearch(const PlaylistSearch &search); - virtual QString searchText() const; - virtual void setSearchText(const QString &text); + virtual TQString searchText() const; + virtual void setSearchText(const TQString &text); public slots: void clear(); @@ -105,7 +105,7 @@ private: private: SearchLine *m_searchLine; - QStringList m_columnHeaders; + TQStringList m_columnHeaders; }; #endif -- cgit v1.2.1