X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=hildon%2Fhildon-set-password-dialog.h;h=1862d5c7cd112ebbe96ee51021cbcb422999adb9;hb=7018c41f9371c09c3c8f5586506a85b6a17df592;hp=4c360eb72f68b39a6e9ef31245584b7afaca4c4a;hpb=f826c9fd0dd7fcccbf2edb620930977dcd977c3c;p=hildon diff --git a/hildon/hildon-set-password-dialog.h b/hildon/hildon-set-password-dialog.h index 4c360eb..1862d5c 100644 --- a/hildon/hildon-set-password-dialog.h +++ b/hildon/hildon-set-password-dialog.h @@ -35,18 +35,19 @@ G_BEGIN_DECLS (hildon_set_password_dialog_get_type()) #define HILDON_SET_PASSWORD_DIALOG(obj) \ - (GTK_CHECK_CAST (obj, HILDON_TYPE_SET_PASSWORD_DIALOG,\ + (G_TYPE_CHECK_INSTANCE_CAST (obj, \ + HILDON_TYPE_SET_PASSWORD_DIALOG,\ HildonSetPasswordDialog)) #define HILDON_SET_PASSWORD_DIALOG_CLASS(klass) \ - (GTK_CHECK_CLASS_CAST ((klass), HILDON_TYPE_SET_PASSWORD_DIALOG, \ + (G_TYPE_CHECK_CLASS_CAST ((klass), HILDON_TYPE_SET_PASSWORD_DIALOG, \ HildonSetPasswordDialogClass)) #define HILDON_IS_SET_PASSWORD_DIALOG(obj) \ - (GTK_CHECK_TYPE (obj, HILDON_TYPE_SET_PASSWORD_DIALOG)) + (G_TYPE_CHECK_INSTANCE_TYPE (obj, HILDON_TYPE_SET_PASSWORD_DIALOG)) #define HILDON_IS_SET_PASSWORD_DIALOG_CLASS(klass) \ - (GTK_CHECK_CLASS_TYPE ((klass), HILDON_TYPE_SET_PASSWORD_DIALOG)) + (G_TYPE_CHECK_CLASS_TYPE ((klass), HILDON_TYPE_SET_PASSWORD_DIALOG)) typedef struct _HildonSetPasswordDialog HildonSetPasswordDialog;