QTfrontend/pagescheme.h
changeset 5205 78138ae93820
parent 5204 e1a5f4d5d86a
child 5717 6d513913b7a9
equal deleted inserted replaced
5204:e1a5f4d5d86a 5205:78138ae93820
    17  */
    17  */
    18 
    18 
    19 #ifndef PAGE_SCHEME_H
    19 #ifndef PAGE_SCHEME_H
    20 #define PAGE_SCHEME_H
    20 #define PAGE_SCHEME_H
    21 
    21 
    22 #include "pages.h"
    22 #include "AbstractPage.h"
       
    23 #include "togglebutton.h"
    23 
    24 
    24 class FreqSpinBox;
    25 class FreqSpinBox;
    25 
    26 
    26 class PageScheme : public AbstractPage
    27 class PageScheme : public AbstractPage
    27 {
    28 {