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/kimportdlg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmymoney2/dialogs/kimportdlg.h') 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 */ -- cgit v1.2.1