summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/uploadandinstalltarpackagestep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/remotelinux/uploadandinstalltarpackagestep.h')
-rw-r--r--src/plugins/remotelinux/uploadandinstalltarpackagestep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/uploadandinstalltarpackagestep.h b/src/plugins/remotelinux/uploadandinstalltarpackagestep.h
index 1da5bbcf16..41c6294434 100644
--- a/src/plugins/remotelinux/uploadandinstalltarpackagestep.h
+++ b/src/plugins/remotelinux/uploadandinstalltarpackagestep.h
@@ -39,7 +39,7 @@ namespace RemoteLinux {
class AbstractRemoteLinuxPackageInstaller;
namespace Internal {
-class UploadAndInstallTarPackageActionPrivate;
+class UploadAndInstallTarPackageServicePrivate;
}
class REMOTELINUX_EXPORT UploadAndInstallTarPackageService : public AbstractUploadAndInstallPackageService
@@ -53,7 +53,7 @@ public:
private:
AbstractRemoteLinuxPackageInstaller *packageInstaller() const;
- Internal::UploadAndInstallTarPackageActionPrivate *m_d;
+ Internal::UploadAndInstallTarPackageServicePrivate *m_d;
};