Remove methods to set an atk object's name and description
[platform/core/uifw/at-spi2-atk.git] / atk-adaptor / adaptors / action-adaptor.c
index e261428..08e3a2c 100644 (file)
@@ -25,7 +25,7 @@
 #include <atk/atk.h>
 #include <droute/droute.h>
 
-#include "common/spi-dbus.h"
+#include "spi-dbus.h"
 
 #include "introspection.h"
 
@@ -224,6 +224,6 @@ void
 spi_initialize_action (DRoutePath * path)
 {
   droute_path_add_interface (path,
-                             SPI_DBUS_INTERFACE_ACTION,
-                             spi_org_freedesktop_atspi_Action, methods, properties);
+                             ATSPI_DBUS_INTERFACE_ACTION,
+                             spi_org_a11y_atspi_Action, methods, properties);
 };