diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-07-28 14:54:40 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-07-28 14:54:40 +0200 |
commit | 87f567cd9fd6ecf39a65f8c4564958e64df40e5f (patch) | |
tree | 8a4586d3f6d0b3f3a94cfa2dd4322e71ceaa2483 /kmymoney2/dialogs/kexportdlg.h | |
parent | 8be22879a121ac2405c75e0c0878f857d8c53121 (diff) | |
download | kmymoney-87f567cd9fd6ecf39a65f8c4564958e64df40e5f.tar.gz kmymoney-87f567cd9fd6ecf39a65f8c4564958e64df40e5f.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'kmymoney2/dialogs/kexportdlg.h')
-rw-r--r-- | kmymoney2/dialogs/kexportdlg.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kmymoney2/dialogs/kexportdlg.h b/kmymoney2/dialogs/kexportdlg.h index 8825b9b..6bf91ad 100644 --- a/kmymoney2/dialogs/kexportdlg.h +++ b/kmymoney2/dialogs/kexportdlg.h @@ -39,9 +39,9 @@ /** * This class is used to select the required user input to export - * a specified account to the popular TQIF format. - * It relies upon the TQIF file handling routines in MyMoneyQifProfile and - * MyMoneyQifWriter to do the actual writing of TQIF files. + * a specified account to the popular QIF format. + * It relies upon the QIF file handling routines in MyMoneyQifProfile and + * MyMoneyQifWriter to do the actual writing of QIF files. * * It uses the global KConfig object to read and write the application * settings. @@ -50,7 +50,7 @@ * * @author Felix Rodriguez, Michael Edwardes, Thomas Baumgart 2000-2003 * - * @short A class to select user data required to export a specified account to the popular TQIF format. + * @short A class to select user data required to export a specified account to the popular QIF format. **/ class KExportDlg : public KExportDlgDecl { @@ -110,7 +110,7 @@ protected slots: void slotOkClicked(); /** - * Called when the user needs to browse the filesystem for a TQIF file + * Called when the user needs to browse the filesystem for a QIF file */ void slotBrowse(); |