X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-msg-edit-window.h;h=94a689836bc7ada17aa8c8af43a3da06334711cb;hp=c24e30af71e971523348b125b9c555423e2c1e08;hb=5089d780b87849c0a8309e495c49558a95acc65c;hpb=3534e326a11dd5616bd58391fce9071222b6b9fb diff --git a/src/widgets/modest-msg-edit-window.h b/src/widgets/modest-msg-edit-window.h index c24e30a..94a6898 100644 --- a/src/widgets/modest-msg-edit-window.h +++ b/src/widgets/modest-msg-edit-window.h @@ -32,6 +32,9 @@ #include #include +#ifdef MODEST_TOOLKIT_HILDON2 +#include +#endif #include G_BEGIN_DECLS @@ -48,12 +51,20 @@ typedef struct _ModestMsgEditWindow ModestMsgEditWindow; typedef struct _ModestMsgEditWindowClass ModestMsgEditWindowClass; struct _ModestMsgEditWindow { +#ifdef MODEST_TOOLKIT_HILDON2 + ModestHildon2Window parent; +#else ModestWindow parent; +#endif /* insert public members, if any */ }; struct _ModestMsgEditWindowClass { +#ifdef MODEST_TOOLKIT_HILDON2 + ModestHildon2WindowClass parent_class; +#else ModestWindowClass parent_class; +#endif /* insert signal callback declarations, eg. */ /* void (* my_event) (ModestMsgEditWindow* obj); */ };