From 87f567cd9fd6ecf39a65f8c4564958e64df40e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 28 Jul 2012 14:54:40 +0200 Subject: Fix inadvertent "TQ" changes. --- kmymoney2/converter/mymoneyqifwriter.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmymoney2/converter/mymoneyqifwriter.h') 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. -- cgit v1.2.1