src/hbcore/inputfw/hbinputextrauserdictionary.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 6 c3690ec91ef8
--- a/src/hbcore/inputfw/hbinputextrauserdictionary.h	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbcore/inputfw/hbinputextrauserdictionary.h	Mon May 03 12:48:33 2010 +0300
@@ -63,7 +63,7 @@
 
 public: // from HbUserDictionary
     int id() const;
-    bool addWord(const QString& newWord, HbPredictionCallback* aCallback = 0);
+    bool addWord(const QString& newWord, HbPredictionCallback* callback = 0);
     bool addWords(const QStringList& wordList);
     bool removeWord(const QString& toBeRemoved);
     int numberOfWords() const;