summaryrefslogtreecommitdiff
path: root/src/contacts-editor-property.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/contacts-editor-property.vala')
-rw-r--r--src/contacts-editor-property.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contacts-editor-property.vala b/src/contacts-editor-property.vala
index d1ab569..ad8ef31 100644
--- a/src/contacts-editor-property.vala
+++ b/src/contacts-editor-property.vala
@@ -21,7 +21,7 @@ using Folks;
using Gee;
-public class Contacts.BirthdayEditor : Hdy.Dialog {
+public class Contacts.BirthdayEditor : Gtk.Dialog {
private SpinButton day_spin;
private ComboBoxText month_combo;
private SpinButton year_spin;