* update toolbars/menus for Maemo:
[modest] / src / modest-ui.h
index 92f0606..60bc4a7 100644 (file)
@@ -33,8 +33,8 @@
 #include <glib-object.h>
 #include <tny-account-store.h>
 #include <gtk/gtkactiongroup.h>
-#include "modest-window.h"
-#include "modest-edit-msg-window.h"
+#include <widgets/modest-window.h>
+#include <widgets/modest-edit-msg-window.h>
 
 G_BEGIN_DECLS
 
@@ -74,7 +74,7 @@ GType        modest_ui_get_type        (void) G_GNUC_CONST;
  *  
  * Returns: a new ModestUI, or NULL in case of error
  */
-ModestUI*     modest_ui_new            (TnyAccountStore *account_store);
+ModestUI*     modest_ui_new            (void);
 
 
 /**