wlanutilities/wlanwizard/inc/wlanwizardpageinternal.h
changeset 46 2fbd1d709fe7
parent 38 2dc6da6fb431
--- a/wlanutilities/wlanwizard/inc/wlanwizardpageinternal.h	Wed Jun 23 19:25:42 2010 +0300
+++ b/wlanutilities/wlanwizard/inc/wlanwizardpageinternal.h	Tue Jul 06 15:29:22 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: