From 3f0ae181b1e8d2cc7b6ec137fa7d0ff99545330f Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 8 Apr 2015 11:35:24 +0000 Subject: refactoring git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4829 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlisttrack.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qmmpui/playlisttrack.h') 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 @@ -117,7 +117,7 @@ private: qint64 m_length; int m_refCount; bool m_sheduledForDeletion; - ColumnManager *m_columnManager; + PlayListHeaderModel *m_columnManager; }; #endif -- cgit v1.2.3-13-gbd6f