phonebookui/pbkcommonui/src/cnteditview.cpp
changeset 47 7cbcb2896f0e
parent 40 b46a585f6909
child 61 d30183af6ca6
--- a/phonebookui/pbkcommonui/src/cnteditview.cpp	Wed Jun 23 18:02:44 2010 +0300
+++ b/phonebookui/pbkcommonui/src/cnteditview.cpp	Tue Jul 06 14:05:47 2010 +0300
@@ -36,9 +36,7 @@
 CntEditView::CntEditView() : d_ptr(new CntEditViewPrivate())
 {
     Q_D( CntEditView );
-    connect( d_ptr, SIGNAL(contactUpdated(bool)), this, SIGNAL(contactUpdated(bool)) );
-    connect( d_ptr, SIGNAL(contactRemoved(bool)), this, SIGNAL(contactRemoved(bool)) );
-    connect( d_ptr, SIGNAL(changesDiscarded()), this, SIGNAL(changesDiscarded()) );
+    d->q_ptr = this;
 }
 
 CntEditView::~CntEditView()