diff options
Diffstat (limited to 'plugins/option/mm-plugin-hso.h')
-rw-r--r-- | plugins/option/mm-plugin-hso.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/option/mm-plugin-hso.h b/plugins/option/mm-plugin-hso.h index 1c554a3f..5ef13439 100644 --- a/plugins/option/mm-plugin-hso.h +++ b/plugins/option/mm-plugin-hso.h @@ -18,7 +18,7 @@ #ifndef MM_PLUGIN_HSO_H #define MM_PLUGIN_HSO_H -#include "mm-plugin-base.h" +#include "mm-plugin.h" #define MM_TYPE_PLUGIN_HSO (mm_plugin_hso_get_type ()) #define MM_PLUGIN_HSO(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MM_TYPE_PLUGIN_HSO, MMPluginHso)) @@ -28,11 +28,11 @@ #define MM_PLUGIN_HSO_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), MM_TYPE_PLUGIN_HSO, MMPluginHsoClass)) typedef struct { - MMPluginBase parent; + MMPlugin parent; } MMPluginHso; typedef struct { - MMPluginBaseClass parent; + MMPluginClass parent; } MMPluginHsoClass; GType mm_plugin_hso_get_type (void); |