summaryrefslogtreecommitdiff
path: root/sensors-applet/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sensors-applet/main.c')
-rw-r--r--sensors-applet/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sensors-applet/main.c b/sensors-applet/main.c
index b04e9eb..ade7edd 100644
--- a/sensors-applet/main.c
+++ b/sensors-applet/main.c
@@ -20,11 +20,11 @@
#include "config.h"
#endif /* HAVE_CONFIG_H */
-#include <panel-applet.h>
+#include <mate-panel-applet.h>
#include <string.h>
#include "sensors-applet.h"
-static gboolean sensors_applet_fill(PanelApplet *applet,
+static gboolean sensors_applet_fill(MatePanelApplet *applet,
const gchar *iid,
gpointer data) {
SensorsApplet *sensors_applet;
@@ -38,7 +38,7 @@ static gboolean sensors_applet_fill(PanelApplet *applet,
return retval;
}
-PANEL_APPLET_BONOBO_FACTORY ("OAFIID:SensorsApplet_Factory",
+MATE_PANEL_APPLET_MATECOMPONENT_FACTORY ("OAFIID:SensorsApplet_Factory",
PANEL_TYPE_APPLET,
PACKAGE,
PACKAGE_VERSION,