Hello,
I need set up Skype protocol to receive dbus messages from Skype. In
DBusQt Connection 3 was signal messageArrived. How can I port it to
kde4? (In QDBus 4. isn't any signal called messageArrived).

It is in line 188-200 in
/trunk/playground/network/kopete/protocols/skype/libskype/skypedbus/skypeconnection.cpp

Can anybody help me with this receiving messages?

------------------------------------------------------------------------
188-200 skypeconnection.cpp:

d->conn->registerObjectPath("org.kde.kopete.skype", "/com/Skype/Client");
connect(d->conn, SIGNAL(messageArrived(const DBusQt::Message&)), this,
SLOT(gotMessage(const DBusQt::Message &)));
------------------------------------------------------------------------

-- 
Pali Rohár
[EMAIL PROTECTED]

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to