]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/playlist/selector.hpp
Qt: cosmetics and code-cleaning
[vlc] / modules / gui / qt4 / components / playlist / selector.hpp
index f2c367eed3596f450a4c6f3d0f8f2a53972ed43a..14f2b9007ed79aea75f583959a61e13118957cd3 100644 (file)
@@ -1,10 +1,11 @@
 /*****************************************************************************
  * selector.hpp : Playlist source selector
  ****************************************************************************
- * Copyright (C) 2000-2005 the VideoLAN team
+ * Copyright (C) 2000-2009 the VideoLAN team
  * $Id$
  *
  * Authors: ClĂ©ment Stenac <zorglub@videolan.org>
+ *          Jean-Baptiste Kempf
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
 # include "config.h"
 #endif
 
-#include "components/playlist/playlist_model.hpp"
-
 #include <QWidget>
 #include <QTreeWidgetItem>
 
+#include <vlc_playlist.h>
+
+#include "qt4.hpp"
+
 class QTreeWidget;
 class PlaylistWidget;
 
@@ -50,7 +53,6 @@ public:
     PLSelector( QWidget *p, intf_thread_t *_p_intf );
     virtual ~PLSelector();
 protected:
-    PLModel *model;
     friend class PlaylistWidget;
 private:
     intf_thread_t *p_intf;