diff options
Diffstat (limited to 'plugins/linktop/mm-plugin-linktop.h')
-rw-r--r-- | plugins/linktop/mm-plugin-linktop.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/linktop/mm-plugin-linktop.h b/plugins/linktop/mm-plugin-linktop.h index e4b68c41..6c8e5789 100644 --- a/plugins/linktop/mm-plugin-linktop.h +++ b/plugins/linktop/mm-plugin-linktop.h @@ -18,7 +18,7 @@ #ifndef MM_PLUGIN_LINKTOP_H #define MM_PLUGIN_LINKTOP_H -#include "mm-plugin-base.h" +#include "mm-plugin.h" #define MM_TYPE_PLUGIN_LINKTOP (mm_plugin_linktop_get_type ()) #define MM_PLUGIN_LINKTOP(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MM_TYPE_PLUGIN_LINKTOP, MMPluginLinktop)) @@ -28,11 +28,11 @@ #define MM_PLUGIN_LINKTOP_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), MM_TYPE_PLUGIN_LINKTOP, MMPluginLinktopClass)) typedef struct { - MMPluginBase parent; + MMPlugin parent; } MMPluginLinktop; typedef struct { - MMPluginBaseClass parent; + MMPluginClass parent; } MMPluginLinktopClass; GType mm_plugin_linktop_get_type (void); |