Commit d90dc446 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: rename playlist views files

parent 82352081
...@@ -57,7 +57,7 @@ nodist_SOURCES_qt4 = \ ...@@ -57,7 +57,7 @@ nodist_SOURCES_qt4 = \
components/epg/EPGRuler.moc.cpp \ components/epg/EPGRuler.moc.cpp \
components/epg/EPGView.moc.cpp \ components/epg/EPGView.moc.cpp \
components/epg/EPGWidget.moc.cpp \ components/epg/EPGWidget.moc.cpp \
components/playlist/icon_view.moc.cpp \ components/playlist/views.moc.cpp \
components/playlist/playlist_model.moc.cpp \ components/playlist/playlist_model.moc.cpp \
components/playlist/playlist.moc.cpp \ components/playlist/playlist.moc.cpp \
components/playlist/standardpanel.moc.cpp \ components/playlist/standardpanel.moc.cpp \
...@@ -263,7 +263,7 @@ SOURCES_qt4 = qt4.cpp \ ...@@ -263,7 +263,7 @@ SOURCES_qt4 = qt4.cpp \
components/epg/EPGRuler.cpp \ components/epg/EPGRuler.cpp \
components/epg/EPGView.cpp \ components/epg/EPGView.cpp \
components/epg/EPGWidget.cpp \ components/epg/EPGWidget.cpp \
components/playlist/icon_view.cpp \ components/playlist/views.cpp \
components/playlist/playlist_model.cpp \ components/playlist/playlist_model.cpp \
components/playlist/playlist_item.cpp \ components/playlist/playlist_item.cpp \
components/playlist/standardpanel.cpp \ components/playlist/standardpanel.cpp \
...@@ -321,7 +321,7 @@ noinst_HEADERS = \ ...@@ -321,7 +321,7 @@ noinst_HEADERS = \
components/epg/EPGRuler.hpp \ components/epg/EPGRuler.hpp \
components/epg/EPGView.hpp \ components/epg/EPGView.hpp \
components/epg/EPGWidget.hpp \ components/epg/EPGWidget.hpp \
components/playlist/icon_view.hpp \ components/playlist/views.hpp \
components/playlist/playlist_model.hpp \ components/playlist/playlist_model.hpp \
components/playlist/playlist_item.hpp \ components/playlist/playlist_item.hpp \
components/playlist/standardpanel.hpp \ components/playlist/standardpanel.hpp \
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include "components/playlist/playlist_model.hpp" #include "components/playlist/playlist_model.hpp"
#include "components/playlist/standardpanel.hpp" #include "components/playlist/standardpanel.hpp"
#include "components/playlist/icon_view.hpp" #include "components/playlist/views.hpp"
#include "components/playlist/selector.hpp" #include "components/playlist/selector.hpp"
#include "util/customwidgets.hpp" #include "util/customwidgets.hpp"
#include "menus.hpp" #include "menus.hpp"
......
/***************************************************************************** /*****************************************************************************
* icon_view.cpp : Icon view for the Playlist * views.cpp : Views for the Playlist
**************************************************************************** ****************************************************************************
* Copyright © 2010 the VideoLAN team * Copyright © 2010 the VideoLAN team
* $Id$ * $Id$
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
* 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#include "components/playlist/icon_view.hpp" #include "components/playlist/views.hpp"
#include "components/playlist/playlist_model.hpp" #include "components/playlist/playlist_model.hpp"
#include "components/playlist/sorting.h" #include "components/playlist/sorting.h"
#include "input_manager.hpp" #include "input_manager.hpp"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment