summaryrefslogtreecommitdiffstats
path: root/kmymoney2/dialogs/kimportdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/dialogs/kimportdlg.h')
-rw-r--r--kmymoney2/dialogs/kimportdlg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmymoney2/dialogs/kimportdlg.h b/kmymoney2/dialogs/kimportdlg.h
index 9f95c2c..a2070fd 100644
--- a/kmymoney2/dialogs/kimportdlg.h
+++ b/kmymoney2/dialogs/kimportdlg.h
@@ -39,8 +39,8 @@
/**
* This class is used to import a qif file to an account.
- * It relies upon the TQIF file handling routines in MyMoneyAccount to do
- * the actual writing of TQIF files.
+ * It relies upon the QIF file handling routines in MyMoneyAccount to do
+ * the actual writing of QIF files.
*
* It uses the global KConfig object to read and write the application
* settings.
@@ -74,7 +74,7 @@ public:
const TQString profile(void) const { return m_profileComboBox->currentText(); };
protected slots:
- /** Called to let the user browse for a TQIF file to import from. */
+ /** Called to let the user browse for a QIF file to import from. */
void slotBrowse();
/** Test whether to enable the buttons */