phonebookui/cnthistorymodel/inc/cnthistorymodel.h
changeset 46 efe85016a067
parent 31 2a11b5b00470
child 47 7cbcb2896f0e
--- a/phonebookui/cnthistorymodel/inc/cnthistorymodel.h	Fri Jun 11 13:29:23 2010 +0300
+++ b/phonebookui/cnthistorymodel/inc/cnthistorymodel.h	Wed Jun 23 18:02:44 2010 +0300
@@ -19,10 +19,15 @@
 
 #include <QAbstractListModel>
 #include <QSharedData>
-#include <qtcontacts.h>
+#include <qmobilityglobal.h>
+#include <qcontactid.h>
 
 #include "cnthistorymodelglobal.h"
 
+QTM_BEGIN_NAMESPACE
+class QContactManager;
+QTM_END_NAMESPACE
+
 QTM_USE_NAMESPACE
 
 class CntHistoryModelData;
@@ -104,6 +109,7 @@
     void logsRowsInserted(const QModelIndex& parent, int first, int last);
     void logsRowsRemoved(const QModelIndex& parent, int first, int last);
     void logsDataChanged(const QModelIndex& first, const QModelIndex& last);
+    void handleLogsReset();
     
     // Messaging model slots
     void messagesReady(QList<MsgItem>& msgs);