diff -r 4b686cfad39d -r e6894b852bc6 notes/notesui/notesappcontroller/src/notesappcontroller.cpp --- a/notes/notesui/notesappcontroller/src/notesappcontroller.cpp Tue Jun 15 15:22:54 2010 +0100 +++ b/notes/notesui/notesappcontroller/src/notesappcontroller.cpp Thu Jul 22 16:32:51 2010 +0100 @@ -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);