Fix unintended renaming

r14.0.x
Darrell Anderson 11 years ago
parent 1821829182
commit 9134b8ecc8

@ -63,7 +63,7 @@
#include "reports/pivottabletest.h" #include "reports/pivottabletest.h"
#include "reports/pivotgridtest.h" #include "reports/pivotgridtest.h"
#include "reports/tquerytabletest.h" #include "reports/querytabletest.h"
#include "converter/convertertest.h" #include "converter/convertertest.h"

@ -30,7 +30,7 @@
#include "reportstestcommon.h" #include "reportstestcommon.h"
#define private public #define private public
#include "tquerytable.h" #include "querytable.h"
#undef private #undef private
#include "../mymoney/mymoneyaccount.h" #include "../mymoney/mymoneyaccount.h"

@ -31,7 +31,7 @@
#define private public #define private public
#include "pivottable.h" #include "pivottable.h"
#include "tquerytable.h" #include "querytable.h"
#undef private #undef private
using namespace reports; using namespace reports;

Loading…
Cancel
Save