diff options
Diffstat (limited to 'juk/playlistinterface.h')
-rw-r--r-- | juk/playlistinterface.h | 4 |
1 files changed, 2 insertions, 2 deletions
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<PlaylistObserver *> m_observers; + TQValueList<PlaylistObserver *> 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; |