diff options
Diffstat (limited to 'TelepathyQt4/account-manager.cpp')
-rw-r--r-- | TelepathyQt4/account-manager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TelepathyQt4/account-manager.cpp b/TelepathyQt4/account-manager.cpp index 7fe08362..e852b6a7 100644 --- a/TelepathyQt4/account-manager.cpp +++ b/TelepathyQt4/account-manager.cpp @@ -364,7 +364,7 @@ AccountManager::AccountManager() this, ChannelFactory::stockFreshFactory(QDBusConnection::sessionBus()), ConnectionFactory::create(QDBusConnection::sessionBus()), - AccountFactory::coreFactory(QDBusConnection::sessionBus()))) + AccountFactory::create(QDBusConnection::sessionBus()))) { } @@ -383,7 +383,7 @@ AccountManager::AccountManager(const QDBusConnection& bus) this, ChannelFactory::stockFreshFactory(bus), ConnectionFactory::create(bus), - AccountFactory::coreFactory(bus))) + AccountFactory::create(bus))) { } |