diff -r 682dd021f9be -r 7b3e49e4608a wlanutilities/wlanwizard/inc/wlanwizardpageinternal.h --- a/wlanutilities/wlanwizard/inc/wlanwizardpageinternal.h Thu Jun 10 15:44:54 2010 +0300 +++ b/wlanutilities/wlanwizard/inc/wlanwizardpageinternal.h Thu Jun 24 10:49:51 2010 +0300 @@ -28,6 +28,7 @@ // Forward declarations class HbWidget; class WlanWizardPrivate; +class HbDocumentLoader; // External data types @@ -74,8 +75,12 @@ public slots: protected: - //! default value for previousTriggered(), step one step. - static const int OneStepBackwards = 1; + void loadDocmlSection( + HbDocumentLoader *loader, + Qt::Orientation orientation, + const QString &filename, + const QString &portraitSection, + const QString &landscapeSection) const; protected slots: