changeset 5205 | 78138ae93820 |
parent 5204 | e1a5f4d5d86a |
child 5651 | a7de68f4f87f |
5204:e1a5f4d5d86a | 5205:78138ae93820 |
---|---|
17 */ |
17 */ |
18 |
18 |
19 #ifndef PAGE_INFO_H |
19 #ifndef PAGE_INFO_H |
20 #define PAGE_INFO_H |
20 #define PAGE_INFO_H |
21 |
21 |
22 #include "pages.h" |
22 #include "AbstractPage.h" |
23 |
23 |
24 class About; |
24 class About; |
25 |
25 |
26 class PageInfo : public AbstractPage |
26 class PageInfo : public AbstractPage |
27 { |
27 { |