diff options
author | hjk <qthjk@ovi.com> | 2012-07-27 13:31:13 +0200 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@nokia.com> | 2012-08-01 14:26:28 +0200 |
commit | 646025493197f4605874206e8029597f659078e4 (patch) | |
tree | a04338e59255f02e572c8f022f210a505a599b6c /src/plugins/remotelinux/remotelinuxutils.h | |
parent | c80af2a40c40520ca0507cb0222cad89ec541faa (diff) | |
download | qt-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/remotelinux/remotelinuxutils.h')
-rw-r--r-- | src/plugins/remotelinux/remotelinuxutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/remotelinuxutils.h b/src/plugins/remotelinux/remotelinuxutils.h index 403a60d8d5..b8bbf3b758 100644 --- a/src/plugins/remotelinux/remotelinuxutils.h +++ b/src/plugins/remotelinux/remotelinuxutils.h @@ -35,7 +35,7 @@ #include <QSharedPointer> namespace RemoteLinux { -class LinuxDeviceConfiguration; +class LinuxDevice; class REMOTELINUX_EXPORT RemoteLinuxUtils { |