From 9134b8ecc896cc9b3009ed06860738a4e090e2e3 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 16 Feb 2014 13:36:02 -0600 Subject: [PATCH] Fix unintended renaming --- kmymoney2/kmymoneytest.cpp | 2 +- kmymoney2/reports/querytabletest.cpp | 2 +- kmymoney2/reports/reportstestcommon.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kmymoney2/kmymoneytest.cpp b/kmymoney2/kmymoneytest.cpp index 5c746ee..64cff53 100644 --- a/kmymoney2/kmymoneytest.cpp +++ b/kmymoney2/kmymoneytest.cpp @@ -63,7 +63,7 @@ #include "reports/pivottabletest.h" #include "reports/pivotgridtest.h" -#include "reports/tquerytabletest.h" +#include "reports/querytabletest.h" #include "converter/convertertest.h" diff --git a/kmymoney2/reports/querytabletest.cpp b/kmymoney2/reports/querytabletest.cpp index d4cf5ab..4dc2a00 100644 --- a/kmymoney2/reports/querytabletest.cpp +++ b/kmymoney2/reports/querytabletest.cpp @@ -30,7 +30,7 @@ #include "reportstestcommon.h" #define private public -#include "tquerytable.h" +#include "querytable.h" #undef private #include "../mymoney/mymoneyaccount.h" diff --git a/kmymoney2/reports/reportstestcommon.cpp b/kmymoney2/reports/reportstestcommon.cpp index bc330f0..5a8f370 100644 --- a/kmymoney2/reports/reportstestcommon.cpp +++ b/kmymoney2/reports/reportstestcommon.cpp @@ -31,7 +31,7 @@ #define private public #include "pivottable.h" -#include "tquerytable.h" +#include "querytable.h" #undef private using namespace reports;