src/hbcore/inputfw/hbinputuserdictionary.h
changeset 6 c3690ec91ef8
parent 1 f7ac710697a9
--- a/src/hbcore/inputfw/hbinputuserdictionary.h	Fri Jun 11 13:58:22 2010 +0300
+++ b/src/hbcore/inputfw/hbinputuserdictionary.h	Wed Jun 23 18:33:25 2010 +0300
@@ -45,13 +45,13 @@
     virtual ~HbUserDictionary() {}
 
     virtual int id() const = 0;
-    virtual bool addWord(const QString& word, HbPredictionCallback* callback = 0) = 0;
-    virtual bool addWords(const QStringList& wordList) = 0;
-    virtual bool removeWord(const QString& word) = 0;
+    virtual bool addWord(const QString &word, HbPredictionCallback *callback = 0) = 0;
+    virtual bool addWords(const QStringList &wordList) = 0;
+    virtual bool removeWord(const QString &word) = 0;
     virtual int numberOfWords() const = 0;
     virtual QStringList listWords() = 0;
     virtual void clear() = 0;
-    virtual HbPredictionBase* hostEngine() const = 0;
+    virtual HbPredictionBase *hostEngine() const = 0;
 };
 
 #endif // HB_INPUT_USER_DICTIONARY_H