summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/uploadandinstalltarpackagestep.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@nokia.com>2011-07-19 17:30:37 +0200
committerChristian Kandeler <christian.kandeler@nokia.com>2011-07-19 17:35:56 +0200
commit1656335edba1af91aed7da9697b0a775f65aabee (patch)
treeefe3bf2aa3b4a422887127d39d04e15f5e6f6103 /src/plugins/remotelinux/uploadandinstalltarpackagestep.h
parent410d5bd0cf3ab20bf1bdc4a90635effcb3921d48 (diff)
downloadqt-creator-1656335edba1af91aed7da9697b0a775f65aabee.tar.gz
RemoteLinux: Remove Maemo dependency from generic package installation.
Change-Id: I3c62fe77656fed22b4de287430b0b13190e274a9 Reviewed-on: http://codereview.qt.nokia.com/1839 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/uploadandinstalltarpackagestep.h')
-rw-r--r--src/plugins/remotelinux/uploadandinstalltarpackagestep.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/remotelinux/uploadandinstalltarpackagestep.h b/src/plugins/remotelinux/uploadandinstalltarpackagestep.h
index 82c6bfd210..1da5bbcf16 100644
--- a/src/plugins/remotelinux/uploadandinstalltarpackagestep.h
+++ b/src/plugins/remotelinux/uploadandinstalltarpackagestep.h
@@ -36,9 +36,9 @@
#include "abstractremotelinuxdeploystep.h"
namespace RemoteLinux {
+class AbstractRemoteLinuxPackageInstaller;
+
namespace Internal {
-class AbstractMaemoPackageCreationStep;
-class AbstractMaemoPackageInstaller;
class UploadAndInstallTarPackageActionPrivate;
}
@@ -51,7 +51,7 @@ public:
~UploadAndInstallTarPackageService();
private:
- Internal::AbstractMaemoPackageInstaller *packageInstaller() const;
+ AbstractRemoteLinuxPackageInstaller *packageInstaller() const;
Internal::UploadAndInstallTarPackageActionPrivate *m_d;
};