equal
deleted
inserted
replaced
16 * |
16 * |
17 */ |
17 */ |
18 |
18 |
19 #ifndef DMINFORETRIEVAL_H_ |
19 #ifndef DMINFORETRIEVAL_H_ |
20 #define DMINFORETRIEVAL_H_ |
20 #define DMINFORETRIEVAL_H_ |
21 #include <QObject.h> |
21 #include <qobject.h> |
22 #include <featmgr.h> |
22 #include <featmgr.h> |
23 #include <QGraphicsItem> |
23 #include <QGraphicsItem> |
24 #include <e32base.h> |
24 #include <e32base.h> |
25 #include <badesca.h> |
25 #include <badesca.h> |
26 #include "NSmlDMSyncAppEngine.h" |
26 #include "nsmldmsyncappengine.h" |
27 #include "NSmlDMSyncProfile.h" |
27 #include "nsmldmsyncprofile.h" |
28 //#include "NSmlDMSyncProfileItem.h" |
28 //#include "NSmlDMSyncProfileItem.h" |
29 #include "NSmlDMSyncUtil.h" |
29 #include "nsmldmsyncutil.h" |
30 #include "NSmlDMSyncDebug.h" |
30 #include "nsmldmsyncdebug.h" |
31 #include "NSmlDMSyncProfileList.h" |
31 #include "nsmldmsyncprofilelist.h" |
32 #include "nsmldmdbnotifier.h" |
32 #include "nsmldmdbnotifier.h" |
33 class DmAdvancedView; |
33 class DmAdvancedView; |
34 class TNSmlDMProfileItem; |
34 class TNSmlDMProfileItem; |
35 //class CNSmlDMDbNotifier; |
35 //class CNSmlDMDbNotifier; |
36 class DmInfo: public QObject, public MNSmlDMDbEventHandler |
36 class DmInfo: public QObject, public MNSmlDMDbEventHandler |