summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorRafał Mużyło2011-03-03 15:31:14 +0100
committerColin Guthrie2011-03-03 15:31:14 +0100
commit9ce0e0a380a2d6fd99c02b4b2c0aa29a63e728f8 (patch)
tree37ff8c689995751d63d8bbc239a34fb69a844304 /src/mainwindow.h
parentAdd DONT_INHIBIT_AUTO_SUSPEND flag to monitor streams (diff)
downloadpavucontrol-slx-9ce0e0a380a2d6fd99c02b4b2c0aa29a63e728f8.tar.gz
pavucontrol-slx-9ce0e0a380a2d6fd99c02b4b2c0aa29a63e728f8.tar.xz
pavucontrol-slx-9ce0e0a380a2d6fd99c02b4b2c0aa29a63e728f8.zip
Drop the need to use libglademm
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index a1e56f0..87a0898 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -34,7 +34,7 @@ class RoleWidget;
class MainWindow : public Gtk::Window {
public:
- MainWindow(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& x);
+ MainWindow(BaseObjectType* cobject, const Glib::RefPtr<Gtk::Builder>& x);
static MainWindow* create();
virtual ~MainWindow();