diff -r 5bed45b14781 -r b5d63d5fc252 smf/smfservermodule/smfclient/client/smfclient_p.cpp --- a/smf/smfservermodule/smfclient/client/smfclient_p.cpp Fri May 21 16:50:44 2010 +0100 +++ b/smf/smfservermodule/smfclient/client/smfclient_p.cpp Mon Jun 07 11:43:45 2010 +0100 @@ -21,6 +21,8 @@ //private impl for symbian #ifdef Q_OS_SYMBIAN m_SmfClientPrivate = CSmfClientSymbian::NewL(this); + #else + m_SmfClientPrivate = new SmfClientQt(this); #endif }