blob: 3f97f8c4859c6e9e8c1486209eb097877f17a47a (
plain) (
tree)
|
|
#ifndef WELCOMEPAGE_HH
#define WELCOMEPAGE_HH
#include "horizonwizardpage.hh"
class WelcomePage : public HorizonWizardPage
{
public:
WelcomePage(QWidget *parent = 0);
int nextId() const;
};
#endif // WELCOMEPAGE_HH
|