Modified webpage: now tinymail repository is in gitorious.
[modest] / src / widgets / modest-accounts-window.h
index d027f53..71943a7 100644 (file)
@@ -32,6 +32,8 @@
 
 #ifdef MODEST_TOOLKIT_HILDON2
 #include <modest-hildon2-window.h>
+#else
+#include <modest-shell-window.h>
 #endif
 #include <widgets/modest-window.h>
 #include <widgets/modest-account-view.h>
@@ -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
 };