diff options
author | Tomasz Sterna <tomek@xiaoka.com> | 2012-01-16 01:48:40 +0100 |
---|---|---|
committer | Tomasz Sterna <tomek@xiaoka.com> | 2012-05-30 23:10:21 +0300 |
commit | 2603dde466c82ed60c41f9540a68f803d3510bf5 (patch) | |
tree | 3b018bcddbf6495b391a6fa324ff38c5eb8a8ea5 /hildon/hildon-picker-dialog.h | |
parent | 66b5569ee4af3c6044c8e94b749fe8f22659a24a (diff) |
Widget porting to GTK+ 3
with some added fixes for strict compiler checks
Diffstat (limited to 'hildon/hildon-picker-dialog.h')
-rw-r--r-- | hildon/hildon-picker-dialog.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hildon/hildon-picker-dialog.h b/hildon/hildon-picker-dialog.h index 040b733..f084afd 100644 --- a/hildon/hildon-picker-dialog.h +++ b/hildon/hildon-picker-dialog.h @@ -21,7 +21,6 @@ #ifndef __HILDON_PICKER_DIALOG_H__ #define __HILDON_PICKER_DIALOG_H__ -#include "hildon-dialog.h" #include "hildon-touch-selector.h" G_BEGIN_DECLS @@ -53,7 +52,7 @@ typedef struct _HildonPickerDialogPrivate Hildo struct _HildonPickerDialog { - HildonDialog parent_instance; + GtkDialog parent_instance; /*< private > */ HildonPickerDialogPrivate *priv; @@ -61,7 +60,7 @@ struct _HildonPickerDialog struct _HildonPickerDialogClass { - HildonDialogClass parent_class; + GtkDialogClass parent_class; gboolean (* set_selector) (HildonPickerDialog *dialog, HildonTouchSelector *selector); |