diff -r 5de72ea7a065 -r 579cc610882e notes/notesui/notesappcontroller/src/notesappcontroller.cpp --- a/notes/notesui/notesappcontroller/src/notesappcontroller.cpp Wed Jun 23 18:11:28 2010 +0300 +++ b/notes/notesui/notesappcontroller/src/notesappcontroller.cpp Tue Jul 06 14:14:56 2010 +0300 @@ -38,7 +38,7 @@ mIfImpl(0) { // Construct the interface implementation. - mIfImpl = new NotesAppControllerIfImpl(this, this); + mIfImpl = new NotesAppControllerIfImpl(this); // Construct the model handler. mNotesModelHandler = new NotesModelHandler(this);