diff options
author | Christian Kandeler <christian.kandeler@nokia.com> | 2011-07-22 12:38:57 +0200 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@nokia.com> | 2011-07-22 14:39:46 +0200 |
commit | 9d5f420f4dd4f95d810e33146dd6f5976c08694c (patch) | |
tree | 96cac362d4fff5af6e66cba8d1e655cb4d134827 /src/plugins/remotelinux/remotelinuxrunconfigurationwidget.cpp | |
parent | 4bf65fe47b266b88c4587f504c2947e35e0f9695 (diff) | |
download | qt-creator-9d5f420f4dd4f95d810e33146dd6f5976c08694c.tar.gz |
RemoteLinux: Rename a bunch of classes.
They still had "Maemo" in their names, even though
they are not Maemo-specific (and will not move
to the respective plugin).
Change-Id: I5eec0de27db8340f2a987a6ed685b3ae46ec17b0
Reviewed-on: http://codereview.qt.nokia.com/2036
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxrunconfigurationwidget.cpp')
-rw-r--r-- | src/plugins/remotelinux/remotelinuxrunconfigurationwidget.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/remotelinux/remotelinuxrunconfigurationwidget.cpp b/src/plugins/remotelinux/remotelinuxrunconfigurationwidget.cpp index c44d4a30d1..bc37136e59 100644 --- a/src/plugins/remotelinux/remotelinuxrunconfigurationwidget.cpp +++ b/src/plugins/remotelinux/remotelinuxrunconfigurationwidget.cpp @@ -31,11 +31,10 @@ **************************************************************************/ #include "remotelinuxrunconfigurationwidget.h" -#include "maemodeviceenvreader.h" #include "maemoglobal.h" #include "remotelinuxrunconfiguration.h" #include "maemosettingspages.h" -#include "qt4maemodeployconfiguration.h" +#include "remotelinuxenvironmentreader.h" #include <coreplugin/coreconstants.h> #include <coreplugin/icore.h> @@ -73,7 +72,7 @@ RemoteLinuxRunConfigurationWidget::RemoteLinuxRunConfigurationWidget(RemoteLinux : QWidget(parent), m_runConfiguration(runConfiguration), m_ignoreChange(false), - m_deviceEnvReader(new MaemoDeviceEnvReader(this, runConfiguration)) + m_deviceEnvReader(new RemoteLinuxEnvironmentReader(this, runConfiguration)) { QVBoxLayout *topLayout = new QVBoxLayout(this); topLayout->setMargin(0); |