summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kmymoney2/kmymoneytest.cpp2
-rw-r--r--kmymoney2/reports/querytabletest.cpp2
-rw-r--r--kmymoney2/reports/reportstestcommon.cpp2
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;