wlanutilities/wlanwizard/inc/wlanwizardpageinternal.h
changeset 39 7b3e49e4608a
parent 31 e8f4211554fb
--- 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: