]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-password-dialog.h
Updated Czech translation
[empathy.git] / libempathy-gtk / empathy-password-dialog.h
index 566322de140f854845f616cfd54c7dc48cf307e8..1b19375a3b6560818a8f995382598256bf8087b9 100644 (file)
 #ifndef __EMPATHY_PASSWORD_DIALOG_H__
 #define __EMPATHY_PASSWORD_DIALOG_H__
 
-#include <glib-object.h>
 #include <gtk/gtk.h>
 
-#include <libempathy/empathy-server-sasl-handler.h>
-
-#include <extensions/extensions.h>
+#include "empathy-base-password-dialog.h"
+#include "empathy-server-sasl-handler.h"
 
 G_BEGIN_DECLS
 
 typedef struct _EmpathyPasswordDialog EmpathyPasswordDialog;
 typedef struct _EmpathyPasswordDialogClass EmpathyPasswordDialogClass;
+typedef struct _EmpathyPasswordDialogPriv EmpathyPasswordDialogPriv;
 
 struct _EmpathyPasswordDialogClass {
-    GtkMessageDialogClass parent_class;
+    EmpathyBasePasswordDialogClass parent_class;
 };
 
 struct _EmpathyPasswordDialog {
-    GtkMessageDialog parent;
-    gpointer priv;
+    EmpathyBasePasswordDialog parent;
+    EmpathyPasswordDialogPriv *priv;
 };
 
 GType empathy_password_dialog_get_type (void);