diff options
Diffstat (limited to 'src/qmmpui/tagupdater_p.h')
| -rw-r--r-- | src/qmmpui/tagupdater_p.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <QObject> -#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(); |
