* big cleanup:
[modest] / src / gtk / modest-account-view-window.h
index bbe3344..4f314e3 100644 (file)
@@ -4,7 +4,7 @@
 #ifndef __MODEST_ACCOUNT_VIEW_WINDOW_H__
 #define __MODEST_ACCOUNT_VIEW_WINDOW_H__
 
-#include <modest-widget-factory.h>
+#include <gtk/gtkwidget.h>
 
 G_BEGIN_DECLS
 
@@ -33,7 +33,7 @@ struct _ModestAccountViewWindowClass {
 /* member functions */
 GType        modest_account_view_window_get_type    (void) G_GNUC_CONST;
 
-GtkWidget*   modest_account_view_window_new         (ModestWidgetFactory *factory);
+GtkWidget*   modest_account_view_window_new         (void);
 
 G_END_DECLS