* some small maemofications
[modest] / src / modest-tny-attachment.h
index 6f06bac..57e45c7 100644 (file)
@@ -34,9 +34,9 @@
 #define __MODEST_TNY_ATTACHMENT_H__
 
 #include <glib-object.h>
-#include <tny-stream-iface.h>
-#include <tny-msg-iface.h>
-#include <tny-mime-part-iface.h>
+#include <tny-stream.h>
+#include <tny-msg.h>
+#include <tny-mime-part.h>
 /* other include files */
 
 G_BEGIN_DECLS
@@ -82,7 +82,7 @@ const gchar *modest_tny_attachment_get_mime_type (ModestTnyAttachment *self);
 
 void modest_tny_attachment_guess_mime_type (ModestTnyAttachment *self);
 
-TnyStreamIface * modest_tny_attachment_get_stream (ModestTnyAttachment *self);
+TnyStream * modest_tny_attachment_get_stream (ModestTnyAttachment *self);
 
 void modest_tny_attachment_free_list(GList *list);