diff options
Diffstat (limited to 'quacker/oppothreadprogressbar.cpp')
-rw-r--r-- | quacker/oppothreadprogressbar.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/quacker/oppothreadprogressbar.cpp b/quacker/oppothreadprogressbar.cpp index 6323770..6999c63 100644 --- a/quacker/oppothreadprogressbar.cpp +++ b/quacker/oppothreadprogressbar.cpp @@ -16,10 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <QtGui> -#include <QProgressBar> -#include <QPushButton> -#include <QHBoxLayout> +#include <QtWidgets> #include "geometry.h" #include "oppothreadprogressbar.h" |