aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-password-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-password-dialog.h')
-rw-r--r--libempathy-gtk/empathy-password-dialog.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-password-dialog.h b/libempathy-gtk/empathy-password-dialog.h
index 97538e8a5..d561af14a 100644
--- a/libempathy-gtk/empathy-password-dialog.h
+++ b/libempathy-gtk/empathy-password-dialog.h
@@ -25,6 +25,8 @@
#include <libempathy/empathy-server-sasl-handler.h>
+#include <libempathy-gtk/empathy-base-password-dialog.h>
+
#include <extensions/extensions.h>
G_BEGIN_DECLS
@@ -34,11 +36,11 @@ typedef struct _EmpathyPasswordDialogClass EmpathyPasswordDialogClass;
typedef struct _EmpathyPasswordDialogPriv EmpathyPasswordDialogPriv;
struct _EmpathyPasswordDialogClass {
- GtkMessageDialogClass parent_class;
+ EmpathyBasePasswordDialogClass parent_class;
};
struct _EmpathyPasswordDialog {
- GtkMessageDialog parent;
+ EmpathyBasePasswordDialog parent;
EmpathyPasswordDialogPriv *priv;
};