Line
Link Here
|
0 |
-- src/kbanking/libs/kbanking.cpp |
0 |
++ src/kbanking/libs/kbanking.cpp |
Lines 35-41
Link Here
|
35 |
#include "graphreport.h" |
35 |
#include "graphreport.h" |
36 |
/* Note: add new reports to fn _sampleReportModules() */ |
36 |
/* Note: add new reports to fn _sampleReportModules() */ |
37 |
|
37 |
|
38 |
#include <assert.h> |
38 |
#include <cassert> |
39 |
#include <qstring.h> |
39 |
#include <qstring.h> |
40 |
#include <qmessagebox.h> |
40 |
#include <qmessagebox.h> |
41 |
#include <qinputdialog.h> |
41 |
#include <qinputdialog.h> |
42 |
-- src/kbanking/libs/prg/account.cpp |
42 |
++ src/kbanking/libs/prg/account.cpp |
Lines 20-26
Link Here
|
20 |
|
20 |
|
21 |
#include <gwenhywfar/debug.h> |
21 |
#include <gwenhywfar/debug.h> |
22 |
#include <stdlib.h> |
22 |
#include <stdlib.h> |
23 |
#include <assert.h> |
23 |
#include <cassert> |
24 |
|
24 |
|
25 |
|
25 |
|
26 |
|
26 |
|
27 |
-- src/kbanking/libs/prg/category.cpp |
27 |
++ src/kbanking/libs/prg/category.cpp |
Lines 20-26
Link Here
|
20 |
|
20 |
|
21 |
#include <gwenhywfar/debug.h> |
21 |
#include <gwenhywfar/debug.h> |
22 |
#include <stdlib.h> |
22 |
#include <stdlib.h> |
23 |
#include <assert.h> |
23 |
#include <cassert> |
24 |
|
24 |
|
25 |
|
25 |
|
26 |
|
26 |
|
27 |
-- src/kbanking/libs/prg/refpointer.h |
27 |
++ src/kbanking/libs/prg/refpointer.h |
Lines 32-43
Link Here
|
32 |
* |
32 |
* |
33 |
* @short Smart pointer RefPointer with helper classes. No C wrappers.*/ |
33 |
* @short Smart pointer RefPointer with helper classes. No C wrappers.*/ |
34 |
|
34 |
|
35 |
#include <assert.h> |
|
|
36 |
#include <gwenhywfar/debug.h> |
35 |
#include <gwenhywfar/debug.h> |
37 |
|
36 |
|
38 |
#ifdef __cplusplus |
37 |
#ifdef __cplusplus |
39 |
#include <stdio.h> /* DEBUG */ |
38 |
#include <cassert> |
|
|
39 |
#include <cstdio> /* DEBUG */ |
40 |
#include <string> |
40 |
#include <string> |
|
|
41 |
#include <cstdlib> |
41 |
|
42 |
|
42 |
|
43 |
|
43 |
class RefPointerBase; |
44 |
class RefPointerBase; |
Lines 766-772
Link Here
|
766 |
}; |
767 |
}; |
767 |
|
768 |
|
768 |
#endif /* DOXYGEN_HIDE */ |
769 |
#endif /* DOXYGEN_HIDE */ |
769 |
|
770 |
#else |
|
|
771 |
#include <assert.h> |
770 |
#endif /* __cplusplus */ |
772 |
#endif /* __cplusplus */ |
771 |
#endif /* REFPOINTER_H */ |
773 |
#endif /* REFPOINTER_H */ |
772 |
|
774 |
|
773 |
-- src/kbanking/libs/widgets/accountlist.cpp |
775 |
++ src/kbanking/libs/widgets/accountlist.cpp |
Lines 16-22
Link Here
|
16 |
|
16 |
|
17 |
|
17 |
|
18 |
#include "accountlist.h" |
18 |
#include "accountlist.h" |
19 |
#include <assert.h> |
19 |
#include <cassert> |
20 |
#include <qstring.h> |
20 |
#include <qstring.h> |
21 |
|
21 |
|
22 |
#include <gwenhywfar/debug.h> |
22 |
#include <gwenhywfar/debug.h> |
23 |
-- src/kbanking/libs/widgets/categorylist.cpp |
23 |
++ src/kbanking/libs/widgets/categorylist.cpp |
Lines 18-24
Link Here
|
18 |
|
18 |
|
19 |
|
19 |
|
20 |
#include "categorylist.h" |
20 |
#include "categorylist.h" |
21 |
#include <assert.h> |
21 |
#include <cassert> |
22 |
|
22 |
|
23 |
#include <qstring.h> |
23 |
#include <qstring.h> |
24 |
#include <qlistview.h> |
24 |
#include <qlistview.h> |
25 |
-- src/kbanking/libs/widgets/payeelist.cpp |
25 |
++ src/kbanking/libs/widgets/payeelist.cpp |
Lines 16-22
Link Here
|
16 |
|
16 |
|
17 |
|
17 |
|
18 |
#include "payeelist.h" |
18 |
#include "payeelist.h" |
19 |
#include <assert.h> |
19 |
#include <cassert> |
20 |
#include <qstring.h> |
20 |
#include <qstring.h> |
21 |
|
21 |
|
22 |
#include <gwenhywfar/debug.h> |
22 |
#include <gwenhywfar/debug.h> |
23 |
-- src/kbanking/libs/widgets/stolist.cpp |
23 |
++ src/kbanking/libs/widgets/stolist.cpp |
Lines 16-22
Link Here
|
16 |
|
16 |
|
17 |
|
17 |
|
18 |
#include "stolist.h" |
18 |
#include "stolist.h" |
19 |
#include <assert.h> |
19 |
#include <cassert> |
20 |
#include <qstring.h> |
20 |
#include <qstring.h> |
21 |
#include <qpainter.h> |
21 |
#include <qpainter.h> |
22 |
#include <qdatetime.h> |
22 |
#include <qdatetime.h> |
23 |
-- src/kbanking/libs/widgets/transactionlist.cpp |
23 |
++ src/kbanking/libs/widgets/transactionlist.cpp |
Lines 20-26
Link Here
|
20 |
#include "category.h" |
20 |
#include "category.h" |
21 |
#include "kbanking.h" |
21 |
#include "kbanking.h" |
22 |
|
22 |
|
23 |
#include <assert.h> |
23 |
#include <cassert> |
24 |
#include <qstring.h> |
24 |
#include <qstring.h> |
25 |
#include <qpainter.h> |
25 |
#include <qpainter.h> |
26 |
#include <qdatetime.h> |
26 |
#include <qdatetime.h> |
27 |
-- src/kbanking/libs/widgets/transferlist.cpp |
27 |
++ src/kbanking/libs/widgets/transferlist.cpp |
Lines 16-22
Link Here
|
16 |
|
16 |
|
17 |
|
17 |
|
18 |
#include "transferlist.h" |
18 |
#include "transferlist.h" |
19 |
#include <assert.h> |
19 |
#include <cassert> |
20 |
#include <qstring.h> |
20 |
#include <qstring.h> |
21 |
#include <qpainter.h> |
21 |
#include <qpainter.h> |
22 |
#include <qdatetime.h> |
22 |
#include <qdatetime.h> |