diff options
author | Olli Salli <ollisal@gmail.com> | 2010-09-03 18:19:03 +0300 |
---|---|---|
committer | Olli Salli <ollisal@gmail.com> | 2010-09-10 08:55:05 +0300 |
commit | eb570459699001aa5d7cb75fecd7d071745cc575 (patch) | |
tree | 199bec40c404538ccf1be36c881661e53516a9c2 /TelepathyQt4/account-manager.h | |
parent | b5279f152b91a961fdba1486159cc9121df0502e (diff) |
Make {Account,Connection}Factory::create() have a features param
Diffstat (limited to 'TelepathyQt4/account-manager.h')
-rw-r--r-- | TelepathyQt4/account-manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt4/account-manager.h b/TelepathyQt4/account-manager.h index 2e60a2ec..6eff2516 100644 --- a/TelepathyQt4/account-manager.h +++ b/TelepathyQt4/account-manager.h @@ -72,7 +72,7 @@ public: const ConnectionFactoryConstPtr &connectionFactory = ConnectionFactory::create(QDBusConnection::sessionBus()), const AccountFactoryConstPtr &accountFactory = - AccountFactory::coreFactory(QDBusConnection::sessionBus()), + AccountFactory::create(QDBusConnection::sessionBus()), const QDBusConnection &bus = QDBusConnection::sessionBus()); |