aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text/e-completion-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/text/e-completion-view.h')
-rw-r--r--widgets/text/e-completion-view.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/widgets/text/e-completion-view.h b/widgets/text/e-completion-view.h
index f58050a564..f869b92725 100644
--- a/widgets/text/e-completion-view.h
+++ b/widgets/text/e-completion-view.h
@@ -25,12 +25,11 @@
#ifndef E_COMPLETION_VIEW_H
#define E_COMPLETION_VIEW_H
-#include <libgnome/gnome-defs.h>
#include <gtk/gtk.h>
#include <gal/e-table/e-table.h>
#include "e-completion.h"
-BEGIN_GNOME_DECLS
+G_BEGIN_DECLS
#define E_COMPLETION_VIEW_TYPE (e_completion_view_get_type ())
#define E_COMPLETION_VIEW(o) (GTK_CHECK_CAST ((o), E_COMPLETION_VIEW_TYPE, ECompletionView))
@@ -97,7 +96,7 @@ void e_completion_view_set_uncomplete_key (ECompletionView *cv, gint keyva
void e_completion_view_set_width (ECompletionView *cv, gint width);
void e_completion_view_set_editable (ECompletionView *cv, gboolean);
-END_GNOME_DECLS
+G_END_DECLS
#endif /* E_COMPLETION_H */