summaryrefslogtreecommitdiff
path: root/ui/qt5/netdhcppage.hh
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5/netdhcppage.hh')
-rw-r--r--ui/qt5/netdhcppage.hh6
1 files changed, 2 insertions, 4 deletions
diff --git a/ui/qt5/netdhcppage.hh b/ui/qt5/netdhcppage.hh
index 792cddd..0d54ba5 100644
--- a/ui/qt5/netdhcppage.hh
+++ b/ui/qt5/netdhcppage.hh
@@ -14,6 +14,7 @@
#define NETDHCPPAGE_HH
#include "horizonwizardpage.hh"
+#include "stepprogresswidget.hh"
#include <QLabel>
#include <QNetworkAccessManager>
@@ -27,10 +28,7 @@ public:
void initializePage();
bool isComplete() const;
private:
- QLabel *addrStatus;
- QLabel *address;
- QLabel *inetStatus;
- QLabel *inet;
+ StepProgressWidget *progress;
QLabel *information;
QPushButton *logButton;