diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:22:56 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:22:56 +0000 |
commit | 7346aee26bf190a7e70333c40fab4caca847cd27 (patch) | |
tree | 4b019b434f88dcc3eeaafe1d3f26240b4c4718e8 /noatun-plugins/lyrics/lyrics.h | |
parent | 23a3d3aa5b44cbdf305495919866d9dbf4f6da54 (diff) | |
download | tdeaddons-7346aee26bf190a7e70333c40fab4caca847cd27.tar.gz tdeaddons-7346aee26bf190a7e70333c40fab4caca847cd27.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1157634 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'noatun-plugins/lyrics/lyrics.h')
-rw-r--r-- | noatun-plugins/lyrics/lyrics.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/noatun-plugins/lyrics/lyrics.h b/noatun-plugins/lyrics/lyrics.h index 9454604..362c7a4 100644 --- a/noatun-plugins/lyrics/lyrics.h +++ b/noatun-plugins/lyrics/lyrics.h @@ -5,7 +5,7 @@ #include <noatun/player.h> #include <noatun/app.h> #include <kmainwindow.h> -#include <qvaluevector.h> +#include <tqvaluevector.h> #include <khtml_part.h> #include <kaction.h> #include "cmodule.h" @@ -19,7 +19,7 @@ public: Lyrics(); ~Lyrics(); void go(const KURL &); - void setProviders( QValueVector<SearchProvider> &sites ); + void setProviders( TQValueVector<SearchProvider> &sites ); public slots: void viewLyrics(int index = -1); @@ -45,7 +45,7 @@ private: KToggleAction *attach_act; KSelectAction *site_act; KHTMLPart *htmlpart; - QValueVector<SearchProvider> mSites; + TQValueVector<SearchProvider> mSites; HistoryManager *history; bool active; |