phoneengine/phonecntfinder2/src/cphcntfactoryimpl2.cpp
changeset 22 6bb1b21d2484
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
--- a/phoneengine/phonecntfinder2/src/cphcntfactoryimpl2.cpp	Fri Mar 19 09:28:42 2010 +0200
+++ b/phoneengine/phonecntfinder2/src/cphcntfactoryimpl2.cpp	Fri Apr 16 14:58:25 2010 +0300
@@ -17,7 +17,6 @@
 
 
 // INCLUDE FILES
-#include    <QDebug>
 #include    <qglobal.h>
 #include    <e32cmn.h>  
 #include    <qcontactmanager.h>
@@ -27,6 +26,7 @@
 #include    <QString>
 #include    "cphcntfactoryimpl2.h"
 #include    "cphcntmatcherimpl2.h"
+#include    "qtphonelog.h"
 
 
 static const QString SYMBIAN_CONTACTS_BACKEND  = "symbian";
@@ -39,13 +39,13 @@
 //
 CPhCntFactoryImpl2* CPhCntFactoryImpl2::NewL()
     {
-    qDebug()<<"CPhCntFactoryImpl2::NewL - enter";
+    PHONE_DEBUG("CPhCntFactoryImpl2::NewL - enter");
     CPhCntFactoryImpl2* self = new (ELeave) CPhCntFactoryImpl2;
 
     CleanupStack::PushL( self );
     self->ConstructL();
     CleanupStack::Pop();
-    qDebug()<<"CPhCntFactoryImpl2::cntfinder2 is ready. lets rock.";
+    PHONE_DEBUG("CPhCntFactoryImpl2::cntfinder2 is ready. lets rock.");
     return self;
     }