summaryrefslogtreecommitdiff
path: root/src/totem-preferences-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/totem-preferences-dialog.h')
-rw-r--r--src/totem-preferences-dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/totem-preferences-dialog.h b/src/totem-preferences-dialog.h
index 19ceb9ec3..8553c1b22 100644
--- a/src/totem-preferences-dialog.h
+++ b/src/totem-preferences-dialog.h
@@ -28,9 +28,9 @@
#pragma once
-#include <gtk/gtk.h>
+#include <handy.h>
#define TOTEM_TYPE_PREFERENCES_DIALOG (totem_preferences_dialog_get_type())
-G_DECLARE_FINAL_TYPE (TotemPreferencesDialog, totem_preferences_dialog, TOTEM, PREFERENCES_DIALOG, GtkDialog)
+G_DECLARE_FINAL_TYPE (TotemPreferencesDialog, totem_preferences_dialog, TOTEM, PREFERENCES_DIALOG, HdyPreferencesWindow)
GtkWidget *totem_preferences_dialog_new (Totem *totem);