'src/screen_queue.cxx',
'src/screen_browser.cxx',
'src/screen_file.cxx',
- 'src/list_window.cxx',
+ 'src/ListWindow.cxx',
'src/save_playlist.cxx',
'src/song_paint.cxx',
'src/colors.cxx',
#define NCMPC_LIST_PAGE_HXX
#include "Page.hxx"
-#include "list_window.hxx"
+#include "ListWindow.hxx"
/**
* An abstract #Page implementation which shows a #ListWindow.
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#include "list_window.hxx"
+#include "ListWindow.hxx"
#include "config.h"
#include "options.hxx"
#include "charset.hxx"
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef LIST_WINDOW_H
-#define LIST_WINDOW_H
+#ifndef LIST_WINDOW_HXX
+#define LIST_WINDOW_HXX
#include "config.h"
#include "command.hxx"
#define NCMPC_SCREEN_FIND_H
#include "command.hxx"
-#include "list_window.hxx"
+#include "ListWindow.hxx"
class ScreenManager;