diff options
Diffstat (limited to 'libempathy-gtk/empathy-new-message-dialog.h')
-rw-r--r-- | libempathy-gtk/empathy-new-message-dialog.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-new-message-dialog.h b/libempathy-gtk/empathy-new-message-dialog.h index 6e01619db..95dbae8a0 100644 --- a/libempathy-gtk/empathy-new-message-dialog.h +++ b/libempathy-gtk/empathy-new-message-dialog.h @@ -25,17 +25,19 @@ #include <glib-object.h> #include <gtk/gtk.h> +#include <libempathy-gtk/empathy-contact-selector-dialog.h> + G_BEGIN_DECLS typedef struct _EmpathyNewMessageDialog EmpathyNewMessageDialog; typedef struct _EmpathyNewMessageDialogClass EmpathyNewMessageDialogClass; struct _EmpathyNewMessageDialogClass { - GtkDialogClass parent_class; + EmpathyContactSelectorDialogClass parent_class; }; struct _EmpathyNewMessageDialog { - GtkDialog parent; + EmpathyContactSelectorDialog parent; }; GType empathy_new_message_dialog_get_type (void); |