diff options
Diffstat (limited to 'kmymoney2/converter/mymoneyqifreader.h')
-rw-r--r-- | kmymoney2/converter/mymoneyqifreader.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kmymoney2/converter/mymoneyqifreader.h b/kmymoney2/converter/mymoneyqifreader.h index b97efe4..dfde437 100644 --- a/kmymoney2/converter/mymoneyqifreader.h +++ b/kmymoney2/converter/mymoneyqifreader.h @@ -20,8 +20,8 @@ * * ***************************************************************************/ -#ifndef MYMONEYTQIFREADER_H -#define MYMONEYTQIFREADER_H +#ifndef MYMONEYQIFREADER_H +#define MYMONEYQIFREADER_H // ---------------------------------------------------------------------------- // QT Headers @@ -109,7 +109,7 @@ public: * into the MyMoney engine. * * This method also starts the user defined import filter program - * defined in the TQIF profile. If none is defined, the file is read + * defined in the QIF profile. If none is defined, the file is read * as is (actually the UNIX command 'cat -' is used as the filter). * * If data from the filter program is available, the slot @@ -152,7 +152,7 @@ private: /** * This method scans a transaction contained in - * a TQIF file formatted as an account record. This + * a QIF file formatted as an account record. This * format is used by MS-Money. If the specific data * is not found, then the data in the entry is treated * as a transaction. In this case, the user will be asked to @@ -222,11 +222,11 @@ private: /** * This method is used to get the account id of the split for - * a transaction from the text found in the TQIF $ or L record. + * a transaction from the text found in the QIF $ or L record. * If an account with the name is not found, the user is asked * if it should be created. * - * @param name name of account as found in the TQIF file + * @param name name of account as found in the QIF file * @param value value found in the T record * @param value2 value found in the $ record for splitted transactions * |