summaryrefslogtreecommitdiffstats
path: root/kmymoney2/dialogs/kexportdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/dialogs/kexportdlg.h')
-rw-r--r--kmymoney2/dialogs/kexportdlg.h10
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();