Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

playlistview.h

Go to the documentation of this file.
00001 #ifndef PLAYLISTVIEW_H
00002 #define PLAYLISTVIEW_H
00003 
00004 #include <qlistview.h>
00005 
00006 class PlayListView : public QListView
00007 {
00008     Q_OBJECT
00009 public:
00010     PlayListView( QWidget *parent, const char *name );
00011     virtual ~PlayListView();
00012 };
00013 
00014 #endif // PLAYLISTVIEW_H
00015 /* vim: et sw=4 ts=4
00016  */

Generated on Sat Nov 5 16:17:32 2005 for OPIE by  doxygen 1.4.2