summaryrefslogtreecommitdiff
path: root/quacker/oppothreadprogressbar.cpp
diff options
context:
space:
mode:
authorGökçen Eraslan <gokcen.eraslan@gmail.com>2016-01-12 21:38:22 +0100
committerGökçen Eraslan <gokcen.eraslan@gmail.com>2016-01-12 21:38:22 +0100
commit0c4f091e74a5c6d1e0b5f4cf47670bd1c3e1e3e6 (patch)
tree6efc20af7449539fc54a96f96c43481edba0cc28 /quacker/oppothreadprogressbar.cpp
parent162cd748627bd36a5390143a6df75a5b8fc4436c (diff)
Port Quackle to Qt 5.5
Diffstat (limited to 'quacker/oppothreadprogressbar.cpp')
-rw-r--r--quacker/oppothreadprogressbar.cpp3
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"