X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=droute%2Fdroute-test.c;h=a2ebe4d70ef0d8063c45ab1061dee4ac14b0627c;hb=1f7056caa3077253083aa840d79d3c137da9e269;hp=33766a2cea92402aeb506d705703341814fd75fc;hpb=221c035bca439c691d7e1b649d4b9d3382d43192;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/droute/droute-test.c b/droute/droute-test.c index 33766a2..a2ebe4d 100644 --- a/droute/droute-test.c +++ b/droute/droute-test.c @@ -4,7 +4,7 @@ #include #include -#include "dbus/dbus-glib-lowlevel.h" +#include "atspi/atspi.h" #define TEST_OBJECT_PATH "/test/object" #define TEST_INTERFACE_ONE "test.interface.One" @@ -249,7 +249,7 @@ int main (int argc, char **argv) dbus_error_init (&error); main_loop = g_main_loop_new(NULL, FALSE); bus = dbus_bus_get (DBUS_BUS_SESSION, &error); - dbus_connection_setup_with_g_main(bus, g_main_context_default()); + atspi_dbus_connection_setup_with_g_main(bus, g_main_context_default()); cnx = droute_new (bus); path = droute_add_one (cnx, TEST_OBJECT_PATH, object);