summaryrefslogtreecommitdiff
path: root/quacker/oppothreadprogressbar.cpp
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2017-08-02 00:21:40 -0500
committerGitHub <noreply@github.com>2017-08-02 00:21:40 -0500
commit6684280feec74fa4c58066cf8e667b5f19a717c7 (patch)
tree6fa1e702d41eaac6e985f4e6adc1e0574f0574e5 /quacker/oppothreadprogressbar.cpp
parent9593f48793d6a11617de47a96c282f9ddb153cd5 (diff)
parenta91130890c24612fd4c1fba0fabce5723ffe78d4 (diff)
Merge pull request #37 from gokceneraslan/qt55
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"