diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-04-14 23:18:37 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-04-21 18:42:05 +0300 |
commit | 5079ce8d64d68d3fd2925baf18976385e44ebdc2 (patch) | |
tree | 6997438f5898467ff35b587ab9e8c91cd32d563b /launcher/ui/dialogs/ResourceDownloadDialog.cpp | |
parent | f231a33f6eabdc64c6af3a752db826cb6446614b (diff) | |
download | PrismLauncher-5079ce8d64d68d3fd2925baf18976385e44ebdc2.tar.gz PrismLauncher-5079ce8d64d68d3fd2925baf18976385e44ebdc2.tar.bz2 PrismLauncher-5079ce8d64d68d3fd2925baf18976385e44ebdc2.zip |
Fixed headers
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/ui/dialogs/ResourceDownloadDialog.cpp')
-rw-r--r-- | launcher/ui/dialogs/ResourceDownloadDialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/ui/dialogs/ResourceDownloadDialog.cpp b/launcher/ui/dialogs/ResourceDownloadDialog.cpp index e1041d95..143a6e50 100644 --- a/launcher/ui/dialogs/ResourceDownloadDialog.cpp +++ b/launcher/ui/dialogs/ResourceDownloadDialog.cpp @@ -18,8 +18,8 @@ */ #include "ResourceDownloadDialog.h" -#include <qeventloop.h> -#include <qlist.h> +#include <QEventLoop> +#include <QList> #include <QPushButton> #include <algorithm> |