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/dialogs/kexportdlg.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kmymoney2/dialogs/kexportdlg.h') 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(); -- cgit v1.2.1