aboutsummaryrefslogtreecommitdiff
path: root/src/ui/eqwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/eqwidget.h')
-rw-r--r--src/ui/eqwidget.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/ui/eqwidget.h b/src/ui/eqwidget.h
index 7b3680a45..7e30eec86 100644
--- a/src/ui/eqwidget.h
+++ b/src/ui/eqwidget.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2006 by Ilya Kotov *
+ * Copyright (C) 2006-2008 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -36,6 +36,7 @@ class EQGraph;
class Button;
class EQPreset;
class PlayListItem;
+class SoundCore;
class EqWidget : public PixmapWidget
{
@@ -53,11 +54,6 @@ public:
*/
void loadPreset(const QString &name);
- /*!
- * shows output volume and balance. Necessare for the shaded mode
- */
- //void setInfo(const OutputState &st);
-
signals:
void valueChanged();
void closed();