summaryrefslogtreecommitdiffstats
path: root/kmymoney2/converter/mymoneyqifwriter.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-07-28 14:54:40 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-07-28 14:54:40 +0200
commit87f567cd9fd6ecf39a65f8c4564958e64df40e5f (patch)
tree8a4586d3f6d0b3f3a94cfa2dd4322e71ceaa2483 /kmymoney2/converter/mymoneyqifwriter.h
parent8be22879a121ac2405c75e0c0878f857d8c53121 (diff)
downloadkmymoney-87f567cd9fd6ecf39a65f8c4564958e64df40e5f.tar.gz
kmymoney-87f567cd9fd6ecf39a65f8c4564958e64df40e5f.zip
Fix inadvertent "TQ" changes.
Diffstat (limited to 'kmymoney2/converter/mymoneyqifwriter.h')
-rw-r--r--kmymoney2/converter/mymoneyqifwriter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmymoney2/converter/mymoneyqifwriter.h b/kmymoney2/converter/mymoneyqifwriter.h
index ceb915e..9f08159 100644
--- a/kmymoney2/converter/mymoneyqifwriter.h
+++ b/kmymoney2/converter/mymoneyqifwriter.h
@@ -20,8 +20,8 @@
* *
***************************************************************************/
-#ifndef MYMONEYTQIFWRITER_H
-#define MYMONEYTQIFWRITER_H
+#ifndef MYMONEYQIFWRITER_H
+#define MYMONEYQIFWRITER_H
// ----------------------------------------------------------------------------
// QT Headers
@@ -44,7 +44,7 @@ class MyMoneySplit;
*/
/**
- * This class represents the TQIF writer. All conversion between the
+ * This class represents the QIF writer. All conversion between the
* internal representation of accounts, transactions is handled in this
* object. The conversion is controlled using a MyMoneyQifProfile to allow
* the user to control the conversion.