aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs/cal-common.h
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2002-11-02 08:26:06 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2002-11-02 08:26:06 +0800
commitb87002d69794ef55c90b21b9ee7ca58e40a64960 (patch)
tree7fa81487308b1372301d8c4531065d41fd7ddf45 /calendar/pcs/cal-common.h
parent793f838a7be8618034e8544ca364c0f09457f316 (diff)
downloadgsoc2013-evolution-b87002d69794ef55c90b21b9ee7ca58e40a64960.tar
gsoc2013-evolution-b87002d69794ef55c90b21b9ee7ca58e40a64960.tar.gz
gsoc2013-evolution-b87002d69794ef55c90b21b9ee7ca58e40a64960.tar.bz2
gsoc2013-evolution-b87002d69794ef55c90b21b9ee7ca58e40a64960.tar.lz
gsoc2013-evolution-b87002d69794ef55c90b21b9ee7ca58e40a64960.tar.xz
gsoc2013-evolution-b87002d69794ef55c90b21b9ee7ca58e40a64960.tar.zst
gsoc2013-evolution-b87002d69794ef55c90b21b9ee7ca58e40a64960.zip
cal-client/cal-listener.h
2002-10-31 Rodrigo Moya <rodrigo@ximian.com> * cal-util/cal-component.[ch]: * cal-util/cal-recur.h: * cal-util/cal-util.[ch]: * cal-client/cal-client.h: * cal-client/cal-client-multi.h: * cal-client/cal-client-types.[ch]: * cal-client/cal-listener.h * cal-client/cal-query.[ch]: * cal-client/query-listener.h: * pcs/cal.h: * pcs/cal-backend.[ch]: * pcs/cal-backend-file.h: * pcs/cal-backend-util.h: * pcs/cal-common.h: * pcs/cal-factory.h: * pcs/query.[ch]: * pcs/query-backend.[ch]: started GNOME 2 porting. cal-util, cal-client and pcs compiled ok. * cal-client/cal-client.c (cal_client_construct): * pcs/cal-factory.c: use b-a instead of OAF and bonobo-config instead of bonobo-conf. svn path=/trunk/; revision=18496
Diffstat (limited to 'calendar/pcs/cal-common.h')
-rw-r--r--calendar/pcs/cal-common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/pcs/cal-common.h b/calendar/pcs/cal-common.h
index 228a67fcfe..3bf229ee8f 100644
--- a/calendar/pcs/cal-common.h
+++ b/calendar/pcs/cal-common.h
@@ -22,9 +22,9 @@
#ifndef CAL_COMMON_H
#define CAL_COMMON_H
-#include <libgnome/gnome-defs.h>
+#include <glib/gmacros.h>
-BEGIN_GNOME_DECLS
+G_BEGIN_DECLS
@@ -36,6 +36,6 @@ typedef struct _CalClass CalClass;
-END_GNOME_DECLS
+G_END_DECLS
#endif