summaryrefslogtreecommitdiff
path: root/gst-mixer/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-mixer/src/window.h')
-rw-r--r--gst-mixer/src/window.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst-mixer/src/window.h b/gst-mixer/src/window.h
index e108d75..cbd1901 100644
--- a/gst-mixer/src/window.h
+++ b/gst-mixer/src/window.h
@@ -23,7 +23,7 @@
#define __GVC_WINDOW_H__
#include <glib.h>
-#include <mateconf/mateconf-client.h>
+#include <gio/gio.h>
#include <gst/gst.h>
#include "element.h"
@@ -49,8 +49,8 @@ typedef struct {
/* element list */
GList *elements;
- /* mateconf client */
- MateConfClient *client;
+ /* gsettings */
+ GSettings *settings;
/* contents */
MateVolumeControlElement *el;