SVN commit 1009753 by gberg: Don't forget to register the Telepathy DBus types before we use tpqt4. BUG: 203354 M +4 -0 kcm-telepathy-accounts.cpp --- trunk/playground/network/telepathy-accounts-kcm/src/kcm-telepathy-accounts.cpp #1009752:1009753 @@ -31,6 +31,7 @@ #include #include #include +#include K_PLUGIN_FACTORY(KCMTelepathyAccountsFactory, registerPlugin();) @@ -44,6 +45,9 @@ { kDebug(); + // The first thing we must do is register Telepathy DBus Types. + Tp::registerTypes(); + // Start setting up the Telepathy AccountManager. m_accountManager = Tp::AccountManager::create();