diff options
Diffstat (limited to 'mateweather/mateweather.h')
-rw-r--r-- | mateweather/mateweather.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mateweather/mateweather.h b/mateweather/mateweather.h index 3b878564..f486017c 100644 --- a/mateweather/mateweather.h +++ b/mateweather/mateweather.h @@ -12,9 +12,10 @@ */ #include <glib/gi18n.h> +#include <gio/gio.h> + #include <mate-panel-applet.h> -#include <libmateweather/mateweather-mateconf.h> #include <libmateweather/mateweather-prefs.h> @@ -27,7 +28,7 @@ typedef struct _MateWeatherApplet { MatePanelApplet* applet; WeatherInfo* mateweather_info; - MateWeatherMateConf* mateconf; + GSettings* settings; GtkWidget* container; GtkWidget* box; |