From 245d0ac0cdb729c94ca71dc035342154d70aa8e5 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 5 Aug 2013 11:50:37 +0000 Subject: added playlist groups, disabled broken plugins git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3564 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/tagupdater_p.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/qmmpui/tagupdater_p.h') diff --git a/src/qmmpui/tagupdater_p.h b/src/qmmpui/tagupdater_p.h index d196e538c..e5fa66582 100644 --- a/src/qmmpui/tagupdater_p.h +++ b/src/qmmpui/tagupdater_p.h @@ -22,7 +22,7 @@ #define TAGUPDATER_P_H #include -#include "playlistitem.h" +#include "playlisttrack.h" /*! @internal * @brief Helper class used for tags update after details dialog closing. @@ -34,9 +34,9 @@ class TagUpdater : public QObject Q_OBJECT public: - TagUpdater(QObject* o, PlayListItem* item); + TagUpdater(QObject* o, PlayListTrack* track); QObject* m_observable; - PlayListItem* m_item; + PlayListTrack* m_item; public slots: void updateTag(); -- cgit v1.2.3-13-gbd6f