aboutsummaryrefslogtreecommitdiff
path: root/src/ui/listwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/listwidget.h')
-rw-r--r--src/ui/listwidget.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/ui/listwidget.h b/src/ui/listwidget.h
index 15e657c62..7c581f4ce 100644
--- a/src/ui/listwidget.h
+++ b/src/ui/listwidget.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2006 by Ilya Kotov *
+ * Copyright (C) 2006-2009 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -24,20 +24,19 @@
#include <QDir>
#include <QContextMenuEvent>
-/**
- @author Ilya Kotov <forkotov02@hotmail.ru>
-*/
class QFont;
class QFontMetrics;
class QMenu;
class QAction;
-
class PlayList;
class PlayListModel;
class Skin;
class PlayListItem;
class MediaPlayer;
+/**
+ @author Ilya Kotov <forkotov02@hotmail.ru>
+*/
class ListWidget : public QWidget
{
Q_OBJECT