aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-chat-window.h')
-rw-r--r--src/empathy-chat-window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-chat-window.h b/src/empathy-chat-window.h
index 054469dfa..2041634aa 100644
--- a/src/empathy-chat-window.h
+++ b/src/empathy-chat-window.h
@@ -64,13 +64,13 @@ typedef struct _EmpathyChatWindowPriv EmpathyChatWindowPriv;
struct _EmpathyChatWindow
{
- GObject parent;
+ GtkWindow parent;
EmpathyChatWindowPriv *priv;
};
struct _EmpathyChatWindowClass
{
- GObjectClass parent_class;
+ GtkWindowClass parent_class;
};
GType empathy_chat_window_get_type (void);