diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:43:15 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:43:15 +0000 |
commit | e654398e46e37abf457b2b1122ab898d2c51c49f (patch) | |
tree | d39ee6440f3c3663c3ead84a2d4cc2d034667e96 /juk/dynamicplaylist.h | |
parent | e4f29b18e19394b9352f52a6c0d0d0e3932cf511 (diff) | |
download | tdemultimedia-e654398e46e37abf457b2b1122ab898d2c51c49f.tar.gz tdemultimedia-e654398e46e37abf457b2b1122ab898d2c51c49f.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'juk/dynamicplaylist.h')
-rw-r--r-- | juk/dynamicplaylist.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/juk/dynamicplaylist.h b/juk/dynamicplaylist.h index 3e6e2c4b..20e496d0 100644 --- a/juk/dynamicplaylist.h +++ b/juk/dynamicplaylist.h @@ -31,8 +31,8 @@ public: */ DynamicPlaylist(const PlaylistList &lists, PlaylistCollection *collection, - const QString &name = QString::null, - const QString &iconName = "midi", + const TQString &name = TQString::null, + const TQString &iconName = "midi", bool setupPlaylist = true, bool synchronizePlaying = false); @@ -55,7 +55,7 @@ public slots: * it can synchronize the playing item with the one that playlist it was * create from. */ - void lower(QWidget *top = 0); + void lower(TQWidget *top = 0); protected: /** @@ -72,12 +72,12 @@ protected: virtual PlaylistItemList items(); /** - * Reimplemented from QWidget. Here it updates the list of items (when + * Reimplemented from TQWidget. Here it updates the list of items (when * appropriate) as the widget is shown. */ - virtual void showEvent(QShowEvent *e); + virtual void showEvent(TQShowEvent *e); - virtual void paintEvent(QPaintEvent *e); + virtual void paintEvent(TQPaintEvent *e); /** * Updates the items (unconditionally). This should be reimplemented in @@ -100,7 +100,7 @@ private slots: void slotUpdateItems(); private: - QValueList<PlaylistObserver *> m_observers; + TQValueList<PlaylistObserver *> m_observers; PlaylistItemList m_siblings; PlaylistList m_playlists; bool m_dirty; |