summaryrefslogtreecommitdiffstats
path: root/src/sourcewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sourcewidget.h')
-rw-r--r--src/sourcewidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sourcewidget.h b/src/sourcewidget.h
index 2fd137e..04ee4af 100644
--- a/src/sourcewidget.h
+++ b/src/sourcewidget.h
@@ -23,9 +23,9 @@
#include "pavucontrol.h"
-#include "streamwidget.h"
+#include "devicewidget.h"
-class SourceWidget : public StreamWidget {
+class SourceWidget : public DeviceWidget {
public:
SourceWidget(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& x);
static SourceWidget* create();