summaryrefslogtreecommitdiffstats
path: root/src/channelwidget.h
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2009-03-16 19:57:31 +0000
committerColin Guthrie <cguthrie@mandriva.org>2009-06-17 08:54:10 +0100
commit7b7a12f1d2e6e02b11b7649b394d2122eec57813 (patch)
treec38d0ec7b57c096d1be5e5010ad9ae7fb54b3a3a /src/channelwidget.h
parente509205be255da3779377f12858598755581691b (diff)
Adapt to new UI
The actual wiring up of events and clearing out of old, unused elements is not complete yet, so this is completely non-functional at present.
Diffstat (limited to 'src/channelwidget.h')
-rw-r--r--src/channelwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/channelwidget.h b/src/channelwidget.h
index 1de22d0..af823dc 100644
--- a/src/channelwidget.h
+++ b/src/channelwidget.h
@@ -25,7 +25,7 @@
#include <canberra-gtk.h>
-class StreamWidget;
+class MinimalStreamWidget;
class ChannelWidget : public Gtk::EventBox {
public:
@@ -39,7 +39,7 @@ public:
Gtk::HScale *volumeScale;
int channel;
- StreamWidget *streamWidget;
+ MinimalStreamWidget *minimalStreamWidget;
void onVolumeScaleValueChanged();