S60: Move serialdevicelister.cpp to symbianutils/symbiandevicemanager.cpp

This commit is contained in:
Friedemann Kleint
2010-02-05 17:34:02 +01:00
parent a8ce2ce037
commit 76872c6ed8
9 changed files with 45 additions and 44 deletions

View File

@@ -30,7 +30,7 @@
#include "s60manager.h"
#include "s60devicespreferencepane.h"
#include "serialdevicelister.h"
#include "symbiandevicemanager.h"
#include "winscwtoolchain.h"
#include "gccetoolchain.h"
#include "rvcttoolchain.h"
@@ -126,7 +126,7 @@ S60Manager::S60Manager(QObject *parent)
connect(m_devices, SIGNAL(qtVersionsChanged()),
this, SLOT(updateQtVersions()));
connect(Core::ICore::instance()->mainWindow(), SIGNAL(deviceChange()),
SymbianDeviceManager::instance(), SLOT(update()));
SymbianUtils::SymbianDeviceManager::instance(), SLOT(update()));
}
S60Manager::~S60Manager()