aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Ui/skinned/playlistheader.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-04-08 11:35:24 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-04-08 11:35:24 +0000
commit3f0ae181b1e8d2cc7b6ec137fa7d0ff99545330f (patch)
treefae6c259aefc6dab195169cc97f9ff6cd009ca60 /src/plugins/Ui/skinned/playlistheader.h
parenta075067f0b9e9b226e624d3d6c0afca26a88bb2b (diff)
downloadqmmp-3f0ae181b1e8d2cc7b6ec137fa7d0ff99545330f.tar.gz
qmmp-3f0ae181b1e8d2cc7b6ec137fa7d0ff99545330f.tar.bz2
qmmp-3f0ae181b1e8d2cc7b6ec137fa7d0ff99545330f.zip
refactoring
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4829 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/playlistheader.h')
-rw-r--r--src/plugins/Ui/skinned/playlistheader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Ui/skinned/playlistheader.h b/src/plugins/Ui/skinned/playlistheader.h
index e563aefb3..421d344a3 100644
--- a/src/plugins/Ui/skinned/playlistheader.h
+++ b/src/plugins/Ui/skinned/playlistheader.h
@@ -29,7 +29,7 @@ class QMouseEvent;
class QContextMenuEvent;
class QMenu;
class Skin;
-class ColumnManager;
+class PlayListHeaderModel;
/**
@author Ilya Kotov <forkotov02@hotmail.ru>
@@ -70,7 +70,7 @@ private:
QStringList m_names;
QPoint m_pressed_pos;
QPoint m_mouse_pos;
- ColumnManager *m_manager;
+ PlayListHeaderModel *m_manager;
bool m_show_number;
bool m_align_numbres;
int m_number_width;