From 7b7a12f1d2e6e02b11b7649b394d2122eec57813 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Mon, 16 Mar 2009 19:57:31 +0000 Subject: 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. --- src/sourceoutputwidget.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/sourceoutputwidget.h') diff --git a/src/sourceoutputwidget.h b/src/sourceoutputwidget.h index cdaf28a..281a897 100644 --- a/src/sourceoutputwidget.h +++ b/src/sourceoutputwidget.h @@ -23,11 +23,11 @@ #include "pavucontrol.h" -#include "minimalstreamwidget.h" +#include "streamwidget.h" class MainWindow; -class SourceOutputWidget : public MinimalStreamWidget { +class SourceOutputWidget : public StreamWidget { public: SourceOutputWidget(BaseObjectType* cobject, const Glib::RefPtr& x); static SourceOutputWidget* create(); @@ -36,6 +36,7 @@ public: SourceOutputType type; uint32_t index, clientIndex, sourceIndex; + virtual void onDeviceChange(); virtual void onKill(); MainWindow *mainWindow; -- cgit