aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/abstractuploadandinstallpackageservice.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/abstractuploadandinstallpackageservice.h
parent410d5bd0cf3ab20bf1bdc4a90635effcb3921d48 (diff)
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/abstractuploadandinstallpackageservice.h')
-rw-r--r--src/plugins/remotelinux/abstractuploadandinstallpackageservice.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/abstractuploadandinstallpackageservice.h b/src/plugins/remotelinux/abstractuploadandinstallpackageservice.h
index 1be8e6aac0..7f193677fa 100644
--- a/src/plugins/remotelinux/abstractuploadandinstallpackageservice.h
+++ b/src/plugins/remotelinux/abstractuploadandinstallpackageservice.h
@@ -36,8 +36,9 @@
#include "remotelinux_export.h"
namespace RemoteLinux {
+class AbstractRemoteLinuxPackageInstaller;
+
namespace Internal {
-class AbstractMaemoPackageInstaller;
class AbstractUploadAndInstallPackageServicePrivate;
}
@@ -59,7 +60,7 @@ private slots:
void handleInstallationFinished(const QString &errorMsg);
private:
- virtual Internal::AbstractMaemoPackageInstaller *packageInstaller() const=0;
+ virtual AbstractRemoteLinuxPackageInstaller *packageInstaller() const=0;
virtual QString uploadDir() const; // Defaults to remote user's home directory.
bool isDeploymentNecessary() const;