aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/dialogs
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2023-07-02 22:27:24 -0700
committerGitHub <noreply@github.com>2023-07-02 22:27:24 -0700
commit73d83439140377a7ece34e262ca4efab1608a03d (patch)
tree4ea77e17a85ad701c2b31dce38df6fd2ed883a86 /launcher/ui/dialogs
parent3960eb7d32af6ea776634b9f94e12f8df2397627 (diff)
downloadPrismLauncher-73d83439140377a7ece34e262ca4efab1608a03d.tar.gz
PrismLauncher-73d83439140377a7ece34e262ca4efab1608a03d.tar.bz2
PrismLauncher-73d83439140377a7ece34e262ca4efab1608a03d.zip
fix: header `<qpoint.h>` -> `<QPoint>`
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/ui/dialogs')
-rw-r--r--launcher/ui/dialogs/ProgressDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/dialogs/ProgressDialog.cpp b/launcher/ui/dialogs/ProgressDialog.cpp
index f70eee49..c6d8e573 100644
--- a/launcher/ui/dialogs/ProgressDialog.cpp
+++ b/launcher/ui/dialogs/ProgressDialog.cpp
@@ -34,7 +34,7 @@
*/
#include "ProgressDialog.h"
-#include <qpoint.h>
+#include <QPoint>
#include "ui_ProgressDialog.h"
#include <limits>