summaryrefslogtreecommitdiffstats
path: root/logic/LegacyUpdate.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/LegacyUpdate.h')
-rw-r--r--logic/LegacyUpdate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/logic/LegacyUpdate.h b/logic/LegacyUpdate.h
index e84ec56a..69560f55 100644
--- a/logic/LegacyUpdate.h
+++ b/logic/LegacyUpdate.h
@@ -19,7 +19,7 @@
#include <QList>
#include <QUrl>
-#include "net/DownloadJob.h"
+#include "net/NetJob.h"
#include "tasks/Task.h"
#include "BaseUpdate.h"
@@ -66,7 +66,7 @@ private:
QString lwjglTargetPath;
QString lwjglNativesPath;
private:
- DownloadJobPtr legacyDownloadJob;
+ NetJobPtr legacyDownloadJob;
};