From ba61233a0c4f67e607c8ca5f545b135bdf57f88e Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 11 Nov 2002 18:53:56 +0000 Subject: Ported. 2002-11-11 Jeffrey Stedfast * mail-account-editor.c: Ported. svn path=/trunk/; revision=18700 --- mail/mail-account-editor.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mail/mail-account-editor.h') diff --git a/mail/mail-account-editor.h b/mail/mail-account-editor.h index 84b183b65d..ce550f1fde 100644 --- a/mail/mail-account-editor.h +++ b/mail/mail-account-editor.h @@ -28,9 +28,9 @@ extern "C" { #pragma } #endif /* __cplusplus */ -#include -#include +#include #include + #include "mail-account-gui.h" #include "mail-accounts.h" @@ -41,7 +41,7 @@ extern "C" { #define MAIL_IS_ACCOUNT_EDITOR_CLASS(k) (GTK_CHECK_CLASS_TYPE ((k), MAIL_ACCOUNT_EDITOR_TYPE)) struct _MailAccountEditor { - GnomeDialog parent; + GtkDialog parent_object; MailAccountGui *gui; GtkNotebook *notebook; @@ -50,7 +50,7 @@ struct _MailAccountEditor { typedef struct _MailAccountEditor MailAccountEditor; typedef struct { - GnomeDialogClass parent_class; + GtkDialogClass parent_class; /* signals */ -- cgit v1.2.3