diff options
Diffstat (limited to 'src/qmmpui/playlisttrack.h')
| -rw-r--r-- | src/qmmpui/playlisttrack.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmpui/playlisttrack.h b/src/qmmpui/playlisttrack.h index 71966a2d4..73ac63cde 100644 --- a/src/qmmpui/playlisttrack.h +++ b/src/qmmpui/playlisttrack.h @@ -27,7 +27,7 @@ #include "playlistitem.h" class QmmpUiSettings; -class ColumnManager; +class PlayListHeaderModel; /** @brief The PlayListTrack class provides a track for use with the PlayListModel class. * @author Ilya Kotov <forkotov02@hotmail.ru> @@ -117,7 +117,7 @@ private: qint64 m_length; int m_refCount; bool m_sheduledForDeletion; - ColumnManager *m_columnManager; + PlayListHeaderModel *m_columnManager; }; #endif |
