summaryrefslogtreecommitdiffstats
path: root/logic/net/FileDownload.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/net/FileDownload.h')
-rw-r--r--logic/net/FileDownload.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/net/FileDownload.h b/logic/net/FileDownload.h
index 190bee58..9abb590d 100644
--- a/logic/net/FileDownload.h
+++ b/logic/net/FileDownload.h
@@ -32,4 +32,4 @@ public slots:
virtual void start();
};
-typedef QSharedPointer<FileDownload> FileDownloadPtr;
+typedef std::shared_ptr<FileDownload> FileDownloadPtr;