aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/em-network-prefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mail/em-network-prefs.h')
-rw-r--r--modules/mail/em-network-prefs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/mail/em-network-prefs.h b/modules/mail/em-network-prefs.h
index f13a239490..6d0cd5caba 100644
--- a/modules/mail/em-network-prefs.h
+++ b/modules/mail/em-network-prefs.h
@@ -24,7 +24,6 @@
#define EM_NETWORK_PREFS_H
#include <gtk/gtk.h>
-#include <gconf/gconf-client.h>
#include <widgets/misc/e-preferences-window.h>
/* Standard GObject macros */
@@ -61,7 +60,7 @@ typedef enum {
struct _EMNetworkPrefs {
GtkVBox parent_object;
- GConfClient *gconf;
+ GSettings *proxy_settings;
GtkBuilder *builder;