aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-accounts-dialog.h')
-rw-r--r--src/empathy-accounts-dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-accounts-dialog.h b/src/empathy-accounts-dialog.h
index 2d9d60c2b..6decad71d 100644
--- a/src/empathy-accounts-dialog.h
+++ b/src/empathy-accounts-dialog.h
@@ -43,14 +43,14 @@ G_BEGIN_DECLS
(G_TYPE_INSTANCE_GET_CLASS ((obj), EMPATHY_TYPE_ACCOUNTS_DIALOG, EmpathyAccountsDialogClass))
typedef struct {
- GObject parent;
+ GtkDialog parent;
/* private */
gpointer priv;
} EmpathyAccountsDialog;
typedef struct {
- GObjectClass parent_class;
+ GtkDialogClass parent_class;
} EmpathyAccountsDialogClass;
GType empathy_accounts_dialog_get_type (void);