aboutsummaryrefslogtreecommitdiffstats
path: root/wombat/wombat-interface-check.h
diff options
context:
space:
mode:
Diffstat (limited to 'wombat/wombat-interface-check.h')
-rw-r--r--wombat/wombat-interface-check.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/wombat/wombat-interface-check.h b/wombat/wombat-interface-check.h
index 9cd00b5b62..cc0b2e27b5 100644
--- a/wombat/wombat-interface-check.h
+++ b/wombat/wombat-interface-check.h
@@ -4,9 +4,8 @@
* Copyright (C) 2002 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * modify it under the terms of version 2 of the GNU General Public
+ * License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -28,7 +27,7 @@
#include <config.h>
#endif
-#include <bonobo/bonobo-object.h>
+#include <bonobo/bonobo-xobject.h>
#include "Evolution-Wombat.h"
#ifdef __cplusplus
@@ -48,18 +47,18 @@ typedef struct _WombatInterfaceCheckPrivate WombatInterfaceCheckPrivate;
typedef struct _WombatInterfaceCheckClass WombatInterfaceCheckClass;
struct _WombatInterfaceCheck {
- BonoboObject parent;
+ BonoboXObject parent;
};
struct _WombatInterfaceCheckClass {
- BonoboObjectClass parent_class;
+ BonoboXObjectClass parent_class;
POA_GNOME_Evolution_WombatInterfaceCheck__epv epv;
};
-GType wombat_interface_check_get_type (void);
-WombatInterfaceCheck *wombat_interface_check_new (void);
+GtkType wombat_interface_check_get_type (void);
+WombatInterfaceCheck *wombat_interface_check_new (void);
#ifdef __cplusplus
}