wlanutilities/wlanwizard/inc/wlanwizardpageinternal.h
changeset 46 2fbd1d709fe7
parent 38 2dc6da6fb431
equal deleted inserted replaced
45:d9ec2b8c6bad 46:2fbd1d709fe7
    26 #include "wlanwizardpage.h"
    26 #include "wlanwizardpage.h"
    27 
    27 
    28 // Forward declarations
    28 // Forward declarations
    29 class HbWidget;
    29 class HbWidget;
    30 class WlanWizardPrivate;
    30 class WlanWizardPrivate;
       
    31 class HbDocumentLoader;
    31 
    32 
    32 // External data types
    33 // External data types
    33 
    34 
    34 // Constants
    35 // Constants
    35 
    36 
    72 signals:
    73 signals:
    73     
    74     
    74 public slots:
    75 public slots:
    75     
    76     
    76 protected:
    77 protected:
    77     //! default value for previousTriggered(), step one step.
    78     void loadDocmlSection(
    78     static const int OneStepBackwards = 1;
    79         HbDocumentLoader *loader,
       
    80         Qt::Orientation orientation,
       
    81         const QString &filename,
       
    82         const QString &portraitSection,
       
    83         const QString &landscapeSection) const;
    79     
    84     
    80 protected slots:
    85 protected slots:
    81 
    86 
    82 private:
    87 private:
    83     Q_DISABLE_COPY(WlanWizardPageInternal)
    88     Q_DISABLE_COPY(WlanWizardPageInternal)