src/hbplugins/inputmethods/common/hbinputspellquerydialog.h
changeset 34 ed14f46c0e55
parent 6 c3690ec91ef8
--- a/src/hbplugins/inputmethods/common/hbinputspellquerydialog.h	Mon Oct 04 17:49:30 2010 +0300
+++ b/src/hbplugins/inputmethods/common/hbinputspellquerydialog.h	Mon Oct 18 18:23:13 2010 +0300
@@ -31,6 +31,7 @@
 class HbAction;
 class HbInputMethod;
 class HbInputPredictionHandler;
+class HbInputSpellQueryPrivate;
 
 class HbInputSpellQuery : public HbInputDialog
 {
@@ -45,8 +46,11 @@
         HbForceClose
     };
 public slots:
-    void dialogClosed(HbAction* action);    
+    void dialogClosed(HbAction* action);   
+
 private:
+    Q_DECLARE_PRIVATE_D(d_ptr, HbInputSpellQuery)
+
     HbInputState mSavedState;
     bool mDidHandleFinish;
     QString mSavedEditorText;