X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-accounts-window.h;h=71943a758e282a466b1a2527e42d57bed145a23c;hp=d027f530e85c43a9b72787534422faf50a56c38f;hb=HEAD;hpb=2cde5c19969ea206c521f9a580d2ce683b69b9f3 diff --git a/src/widgets/modest-accounts-window.h b/src/widgets/modest-accounts-window.h index d027f53..71943a7 100644 --- a/src/widgets/modest-accounts-window.h +++ b/src/widgets/modest-accounts-window.h @@ -32,6 +32,8 @@ #ifdef MODEST_TOOLKIT_HILDON2 #include +#else +#include #endif #include #include @@ -54,7 +56,7 @@ struct _ModestAccountsWindow { #ifdef MODEST_TOOLKIT_HILDON2 ModestHildon2Window parent; #else - ModestWindow parent; + ModestShellWindow parent; #endif }; @@ -62,7 +64,7 @@ struct _ModestAccountsWindowClass { #ifdef MODEST_TOOLKIT_HILDON2 ModestHildon2WindowClass parent_class; #else - ModestWindowClass parent_class; + ModestShellWindowClass parent_class; #endif };