diff options
Diffstat (limited to 'widgets/text/e-completion-match.h')
-rw-r--r-- | widgets/text/e-completion-match.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/widgets/text/e-completion-match.h b/widgets/text/e-completion-match.h index ba93e53172..f2773ee094 100644 --- a/widgets/text/e-completion-match.h +++ b/widgets/text/e-completion-match.h @@ -25,10 +25,9 @@ #define __E_COMPLETION_MATCH_H__ #include <glib.h> -#include <libgnome/gnome-defs.h> #include <gtk/gtkwidget.h> -BEGIN_GNOME_DECLS +G_BEGIN_DECLS typedef struct _ECompletionMatch ECompletionMatch; @@ -63,7 +62,7 @@ ECompletionMatch *e_completion_match_new (const gchar *match_text, co -END_GNOME_DECLS +G_END_DECLS #endif /* __E_COMPLETION_MATCH_H__ */ |