aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-sexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-sexp.h')
-rw-r--r--e-util/e-sexp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-sexp.h b/e-util/e-sexp.h
index ee2c6079ed..5f41c97dcc 100644
--- a/e-util/e-sexp.h
+++ b/e-util/e-sexp.h
@@ -12,7 +12,7 @@
#include <glib-object.h>
#endif
-#ifdef E_SEXP_IS_GTK_OBJECT
+#ifdef E_SEXP_IS_G_OBJECT
#define E_TYPE_SEXP (e_sexp_get_type ())
#define E_SEXP(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), E_TYPE_SEXP, ESExp))
#define E_SEXP_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), E_TYPE_SEXP, ESExpClass))
@@ -121,7 +121,7 @@ struct _ESExp {
};
struct _ESExpClass {
-#ifdef E_SEXP_IS_GTK_OBJECT
+#ifdef E_SEXP_IS_G_OBJECT
GObjectClass parent_class;
#else
int dummy;