diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2020-09-03 18:33:12 +0200 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2020-09-03 18:45:48 +0200 |
commit | fa330c109dcf3399b5fdc27b188c0bafbb6e6016 (patch) | |
tree | e9e96d7f507404e4936ef681f03630aa1e3affae /utils/themeeditor/main.cpp | |
parent | ff38666a19b09169b1a7cf1f0eda20374bc390de (diff) |
themeeditor: Make it compile with current Qt5.
- Replace use of obsolete members with their replacements.
- Fix type issue that requires explicitly creating the right object now.
- Update project file to work with Qt5.
Change-Id: I3af2b1520796e977e58c0a01e165c77c469a23b9
Diffstat (limited to 'utils/themeeditor/main.cpp')
-rw-r--r-- | utils/themeeditor/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/main.cpp b/utils/themeeditor/main.cpp index 5dc52a0b88..1a082759e7 100644 --- a/utils/themeeditor/main.cpp +++ b/utils/themeeditor/main.cpp @@ -21,7 +21,7 @@ #include "editorwindow.h" -#include <QtGui/QApplication> +#include <QApplication> int main(int argc, char* argv[]) { |