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/playlistinterface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'juk/playlistinterface.h') diff --git a/juk/playlistinterface.h b/juk/playlistinterface.h index af7427ce..deaa900f 100644 --- a/juk/playlistinterface.h +++ b/juk/playlistinterface.h @@ -47,7 +47,7 @@ protected: virtual ~Watched(); private: - QValueList m_observers; + TQValueList m_observers; }; /** @@ -58,7 +58,7 @@ private: class PlaylistInterface : public Watched { public: - virtual QString name() const = 0; + virtual TQString name() const = 0; virtual FileHandle currentFile() const = 0; virtual int time() const = 0; virtual int count() const = 0; -- cgit v1.2.1