diff options
Diffstat (limited to 'quacker/oppothreadprogressbar.cpp')
-rw-r--r-- | quacker/oppothreadprogressbar.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quacker/oppothreadprogressbar.cpp b/quacker/oppothreadprogressbar.cpp index eb36aeb..6323770 100644 --- a/quacker/oppothreadprogressbar.cpp +++ b/quacker/oppothreadprogressbar.cpp @@ -17,6 +17,9 @@ */ #include <QtGui> +#include <QProgressBar> +#include <QPushButton> +#include <QHBoxLayout> #include "geometry.h" #include "oppothreadprogressbar.h" |