summaryrefslogtreecommitdiffstats
path: root/kmymoney2/reports
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-13 02:20:30 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-13 02:20:30 -0500
commit2943dd3424f5363483d65eb10d0cae34bd2051c7 (patch)
treead1535e913d633aa51849390e45fae71280a5011 /kmymoney2/reports
parent9485ffbe6ee7a34abcf18b6f97d519949970f1a5 (diff)
downloadkmymoney-2943dd3424f5363483d65eb10d0cae34bd2051c7.tar.gz
kmymoney-2943dd3424f5363483d65eb10d0cae34bd2051c7.zip
Fix inadvertent "TQ" changes.
Diffstat (limited to 'kmymoney2/reports')
-rw-r--r--kmymoney2/reports/objectinfotable.h2
-rw-r--r--kmymoney2/reports/querytable.h6
-rw-r--r--kmymoney2/reports/querytabletest.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/kmymoney2/reports/objectinfotable.h b/kmymoney2/reports/objectinfotable.h
index 69489df..9e8a4f3 100644
--- a/kmymoney2/reports/objectinfotable.h
+++ b/kmymoney2/reports/objectinfotable.h
@@ -72,4 +72,4 @@ private:
}
-#endif // TQUERYREPORT_H
+#endif // QUERYREPORT_H
diff --git a/kmymoney2/reports/querytable.h b/kmymoney2/reports/querytable.h
index e1b3918..3203a06 100644
--- a/kmymoney2/reports/querytable.h
+++ b/kmymoney2/reports/querytable.h
@@ -23,8 +23,8 @@
* *
***************************************************************************/
-#ifndef TQUERYTABLE_H
-#define TQUERYTABLE_H
+#ifndef QUERYTABLE_H
+#define QUERYTABLE_H
// ----------------------------------------------------------------------------
// QT Includes
@@ -139,4 +139,4 @@ class CashFlowList: public TQValueList<CashFlowListItem>
}
-#endif // TQUERYREPORT_H
+#endif // QUERYREPORT_H
diff --git a/kmymoney2/reports/querytabletest.h b/kmymoney2/reports/querytabletest.h
index af5ae4b..36f3075 100644
--- a/kmymoney2/reports/querytabletest.h
+++ b/kmymoney2/reports/querytabletest.h
@@ -15,8 +15,8 @@
* *
***************************************************************************/
-#ifndef TQUERYTABLETEST_H
-#define TQUERYTABLETEST_H
+#ifndef QUERYTABLETEST_H
+#define QUERYTABLETEST_H
#include <cppunit/extensions/HelperMacros.h>
#include "../mymoney/mymoneyfile.h"