aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-config-listener.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-config-listener.h')
-rw-r--r--e-util/e-config-listener.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/e-util/e-config-listener.h b/e-util/e-config-listener.h
index cc526e8735..87159d147c 100644
--- a/e-util/e-config-listener.h
+++ b/e-util/e-config-listener.h
@@ -12,10 +12,9 @@
#define __E_CONFIG_LISTENER_H__
#include <gtk/gtkobject.h>
-#include <libgnome/gnome-defs.h>
-#include <bonobo-conf/bonobo-config-database.h>
+#include <bonobo-config/bonobo-config-database.h>
-BEGIN_GNOME_DECLS
+G_BEGIN_DECLS
#define E_CONFIG_LISTENER_TYPE (e_config_listener_get_type ())
#define E_CONFIG_LISTENER(o) (GTK_CHECK_CAST ((o), E_CONFIG_LISTENER_TYPE, EConfigListener))
@@ -70,6 +69,6 @@ void e_config_listener_set_string (EConfigListener *cl,
Bonobo_ConfigDatabase e_config_listener_get_db (EConfigListener *cl);
-END_GNOME_DECLS
+G_END_DECLS
#endif