#ifndef INSTALLATIONPAGE_HPP #define INSTALLATIONPAGE_HPP #include #include "ui_installationpage.h" namespace Wizard { class InstallationPage : public QWizardPage, private Ui::InstallationPage { Q_OBJECT public: InstallationPage(QWidget *parent = 0); int nextId() const; }; } #endif // INSTALLATIONPAGE_HPP