]> 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 97538e8a56a94d6ec8d6eb633cabe74e6a5bcd52..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
 
@@ -34,11 +32,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;
 };