diff options
Diffstat (limited to 'src/ui/eqslider.h')
| -rw-r--r-- | src/ui/eqslider.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/ui/eqslider.h b/src/ui/eqslider.h index bc92bad14..a766c575c 100644 --- a/src/ui/eqslider.h +++ b/src/ui/eqslider.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 * @@ -22,14 +22,13 @@ #include "pixmapwidget.h" -/** - @author Ilya Kotov <forkotov02@hotmail.ru> -*/ class QMouseEvent; class QWheelEvent; - class Skin; +/** + @author Ilya Kotov <forkotov02@hotmail.ru> +*/ class EqSlider : public PixmapWidget { Q_OBJECT |
