#ifndef HORIZONWIZARD_HH #define HORIZONWIZARD_HH #include class HorizonWizard : public QWizard { enum { Page_Welcome, Page_Partition, Page_Networking, Page_Software, Page_AdvancedSoftware, Page_Startup, Page_Commit, Page_Save, Page_Finished, Page_CustomStart }; public: HorizonWizard(QWidget *parent = 0); }; #endif // HORIZONWIZARD_HH