diff options
Diffstat (limited to 'libempathy-gtk/empathy-chat.h')
-rw-r--r-- | libempathy-gtk/empathy-chat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-chat.h b/libempathy-gtk/empathy-chat.h index 00da3d641..d81b56f48 100644 --- a/libempathy-gtk/empathy-chat.h +++ b/libempathy-gtk/empathy-chat.h @@ -34,7 +34,7 @@ #include <libempathy/empathy-message.h> #include <libempathy/empathy-tp-chat.h> -#include "empathy-chat-view.h" +#include <libempathy-gtk/empathy-theme-adium.h> G_BEGIN_DECLS @@ -54,7 +54,7 @@ struct _EmpathyChat { EmpathyChatPriv *priv; /* Protected */ - EmpathyChatView *view; + EmpathyThemeAdium *view; GtkWidget *input_text_view; }; |