summaryrefslogtreecommitdiff
path: root/welcomepage.hh
blob: 3f97f8c4859c6e9e8c1486209eb097877f17a47a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef WELCOMEPAGE_HH
#define WELCOMEPAGE_HH

#include "horizonwizardpage.hh"

class WelcomePage : public HorizonWizardPage
{
public:
        WelcomePage(QWidget *parent = 0);
        int nextId() const;
};

#endif // WELCOMEPAGE_HH