phoneapp/phoneuiqtviewadapter/src/phoneglobalnotes.cpp
changeset 78 baacf668fe89
parent 76 cfea66083b62
--- a/phoneapp/phoneuiqtviewadapter/src/phoneglobalnotes.cpp	Mon Oct 04 16:06:10 2010 +0300
+++ b/phoneapp/phoneuiqtviewadapter/src/phoneglobalnotes.cpp	Fri Oct 15 12:58:46 2010 +0300
@@ -29,16 +29,17 @@
 
 const TInt KCriticalLevel = 2;
 
-PhoneGlobalNotes::PhoneGlobalNotes(QObject *parent) : 
-    QObject(parent),
+PhoneGlobalNotes::PhoneGlobalNotes(XQSystemToneService& toneservice,
+                                   QObject *parent) : 
+    QObject(parent),                                   
     m_timer(0),
-    m_toneService(0),
+    m_toneService(&toneservice),    
     m_queryCanceledCommand(-1),
     m_timeoutCommand(-1),
     iProgressDialog(0)
+    
 {
     PHONE_TRACE
-    m_toneService = new XQSystemToneService(this);
 
     m_timer = new QTimer(this);
     m_timer->setSingleShot(true);