src/hbplugins/inputmethods/common/hbinputspellquerydialog.h
changeset 30 80e4d18b72f5
parent 6 c3690ec91ef8
--- a/src/hbplugins/inputmethods/common/hbinputspellquerydialog.h	Fri Sep 17 08:32:10 2010 +0300
+++ b/src/hbplugins/inputmethods/common/hbinputspellquerydialog.h	Mon Oct 04 00:38:12 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;