aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/memo-page.h
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2006-01-28 03:39:45 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2006-01-28 03:39:45 +0800
commita9ee877c3368d9db97498d23e9cd15337d06e974 (patch)
tree5bc3e76b65eefcbab95c3eac5d5b3e4c916f6f2b /calendar/gui/dialogs/memo-page.h
parent824714d55eda1314ca5e7933084b21a58244e87f (diff)
downloadgsoc2013-evolution-a9ee877c3368d9db97498d23e9cd15337d06e974.tar
gsoc2013-evolution-a9ee877c3368d9db97498d23e9cd15337d06e974.tar.gz
gsoc2013-evolution-a9ee877c3368d9db97498d23e9cd15337d06e974.tar.bz2
gsoc2013-evolution-a9ee877c3368d9db97498d23e9cd15337d06e974.tar.lz
gsoc2013-evolution-a9ee877c3368d9db97498d23e9cd15337d06e974.tar.xz
gsoc2013-evolution-a9ee877c3368d9db97498d23e9cd15337d06e974.tar.zst
gsoc2013-evolution-a9ee877c3368d9db97498d23e9cd15337d06e974.zip
Committing Rajeev's patch.
svn path=/trunk/; revision=31332
Diffstat (limited to 'calendar/gui/dialogs/memo-page.h')
-rw-r--r--calendar/gui/dialogs/memo-page.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/memo-page.h b/calendar/gui/dialogs/memo-page.h
index 8df3b5ff65..45928d96e0 100644
--- a/calendar/gui/dialogs/memo-page.h
+++ b/calendar/gui/dialogs/memo-page.h
@@ -24,6 +24,9 @@
#ifndef MEMO_PAGE_H
#define MEMO_PAGE_H
+#include <bonobo/bonobo-window.h>
+#include <bonobo/bonobo-ui-util.h>
+#include <bonobo/bonobo-widget.h>
#include "comp-editor-page.h"
G_BEGIN_DECLS
@@ -49,7 +52,7 @@ typedef struct {
GtkType memo_page_get_type (void);
MemoPage *memo_page_construct (MemoPage *epage);
-MemoPage *memo_page_new (void);
+MemoPage *memo_page_new (BonoboUIComponent *uic);
G_END_DECLS