summaryrefslogtreecommitdiff
path: root/src/plugins/qnx/qnxdeviceconfiguration.h
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-07-27 13:31:13 +0200
committerChristian Kandeler <christian.kandeler@nokia.com>2012-08-01 14:26:28 +0200
commit646025493197f4605874206e8029597f659078e4 (patch)
treea04338e59255f02e572c8f022f210a505a599b6c /src/plugins/qnx/qnxdeviceconfiguration.h
parentc80af2a40c40520ca0507cb0222cad89ec541faa (diff)
downloadqt-creator-646025493197f4605874206e8029597f659078e4.tar.gz
remotelinux: rename LinuxDeviceConfiguration to LinuxDevice
Change-Id: I7e8a99d3339d2040a23e4e78816b13b57197dcdb Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'src/plugins/qnx/qnxdeviceconfiguration.h')
-rw-r--r--src/plugins/qnx/qnxdeviceconfiguration.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/qnx/qnxdeviceconfiguration.h b/src/plugins/qnx/qnxdeviceconfiguration.h
index 556bcd66db..0a68f9a9c9 100644
--- a/src/plugins/qnx/qnxdeviceconfiguration.h
+++ b/src/plugins/qnx/qnxdeviceconfiguration.h
@@ -34,14 +34,15 @@
#ifndef QNX_INTERNAL_QNXDEVICECONFIGURATION_H
#define QNX_INTERNAL_QNXDEVICECONFIGURATION_H
-#include <remotelinux/linuxdeviceconfiguration.h>
+#include <remotelinux/linuxdevice.h>
namespace Qnx {
namespace Internal {
-class QnxDeviceConfiguration : public RemoteLinux::LinuxDeviceConfiguration
+class QnxDeviceConfiguration : public RemoteLinux::LinuxDevice
{
Q_DECLARE_TR_FUNCTIONS(Qnx::Internal::QnxDeviceConfiguration)
+
public:
typedef QSharedPointer<QnxDeviceConfiguration> Ptr;
typedef QSharedPointer<const QnxDeviceConfiguration> ConstPtr;
@@ -53,7 +54,6 @@ public:
QString displayType() const;
-
protected:
QnxDeviceConfiguration();
QnxDeviceConfiguration(const QString &name, Core::Id type, MachineType machineType,