--- a/src/download.h Wed Oct 16 16:40:42 2013 +0300 +++ b/src/download.h Wed Oct 16 16:47:40 2013 +0300 @@ -78,8 +78,8 @@ friend class PartDownloadRequest; private: - List<str> m_filesToDownload; - List<PartDownloadRequest*> m_requests; + QList<str> m_filesToDownload; + QList<PartDownloadRequest*> m_requests; QPushButton* m_downloadButton; };