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/dynamicplaylist.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'juk/dynamicplaylist.h') 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 m_observers; + TQValueList m_observers; PlaylistItemList m_siblings; PlaylistList m_playlists; bool m_dirty; -- cgit v1.2.1