]> git.0d.be Git - empathy.git/blobdiff - src/empathy-chat-window.h
Merge branch 'gnome-3-6'
[empathy.git] / src / empathy-chat-window.h
index 054469dfa9b10e619734b6db24e40b7f2cc86be6..2041634aaa63f508edd1d970ba69962da8faa105 100644 (file)
@@ -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);