summaryrefslogtreecommitdiffstats
path: root/kmymoney2/dialogs/kimportdlg.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-07-28 14:54:40 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-07-28 14:54:40 +0200
commit87f567cd9fd6ecf39a65f8c4564958e64df40e5f (patch)
tree8a4586d3f6d0b3f3a94cfa2dd4322e71ceaa2483 /kmymoney2/dialogs/kimportdlg.h
parent8be22879a121ac2405c75e0c0878f857d8c53121 (diff)
downloadkmymoney-87f567cd9fd6ecf39a65f8c4564958e64df40e5f.tar.gz
kmymoney-87f567cd9fd6ecf39a65f8c4564958e64df40e5f.zip
Fix inadvertent "TQ" changes.
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 */