diff options
Diffstat (limited to 'kmymoney2/kmymoney2.h')
-rw-r--r-- | kmymoney2/kmymoney2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/kmymoney2.h b/kmymoney2/kmymoney2.h index ebf7b80..8062bdc 100644 --- a/kmymoney2/kmymoney2.h +++ b/kmymoney2/kmymoney2.h @@ -150,7 +150,7 @@ protected slots: void slotQifImport(void); /** - * Called when a TQIF import is finished. + * Called when a QIF import is finished. */ void slotQifImportFinished(void); @@ -180,7 +180,7 @@ protected slots: /** * Called when the user wishes to export some transaction to a - * TQIF formatted file. An account must be open for this to work. + * QIF formatted file. An account must be open for this to work. * Uses MyMoneyQifWriter() for the actual output. */ void slotQifExport(void); |