diff options
author | Rafał Mużyło <galtgendo@gmail.com> | 2011-03-03 14:31:14 +0000 |
---|---|---|
committer | Colin Guthrie <cguthrie@mandriva.org> | 2011-03-03 14:31:14 +0000 |
commit | 9ce0e0a380a2d6fd99c02b4b2c0aa29a63e728f8 (patch) | |
tree | 37ff8c689995751d63d8bbc239a34fb69a844304 /src/streamwidget.h | |
parent | 5997290d1e0298ddd91444e19a5ad66b64c27d34 (diff) |
Drop the need to use libglademm
Diffstat (limited to 'src/streamwidget.h')
-rw-r--r-- | src/streamwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/streamwidget.h b/src/streamwidget.h index 28a2a47..b797ec5 100644 --- a/src/streamwidget.h +++ b/src/streamwidget.h @@ -30,7 +30,7 @@ class ChannelWidget; class StreamWidget : public MinimalStreamWidget { public: - StreamWidget(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& x); + StreamWidget(BaseObjectType* cobject, const Glib::RefPtr<Gtk::Builder>& x); void init(MainWindow* mainWindow); void setChannelMap(const pa_channel_map &m, bool can_decibel); |