From a37fd34f6b4c37d51ebdcc3ad3c53b19336bd838 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 18 Sep 2011 23:43:22 +0000 Subject: Fix a number of strings in Trinity that were incorrectly converted to TQ* from Q* This fixes the Kopete MSN protocol among other things git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmymoney2/dialogs/kchooseimportexportdlg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmymoney2/dialogs/kchooseimportexportdlg.cpp') diff --git a/kmymoney2/dialogs/kchooseimportexportdlg.cpp b/kmymoney2/dialogs/kchooseimportexportdlg.cpp index 4a44fa3..558216c 100644 --- a/kmymoney2/dialogs/kchooseimportexportdlg.cpp +++ b/kmymoney2/dialogs/kchooseimportexportdlg.cpp @@ -56,7 +56,7 @@ KChooseImportExportDlg::KChooseImportExportDlg(int type, TQWidget *parent, const readConfig(); slotTypeActivated(m_lastType); - typeCombo->setCurrentItem(((m_lastType=="TQIF") ? 0 : 1)); + typeCombo->setCurrentItem(((m_lastType=="QIF") ? 0 : 1)); connect(typeCombo, TQT_SIGNAL(activated(const TQString&)), this, TQT_SLOT(slotTypeActivated(const TQString&))); connect(okButton, TQT_SIGNAL(clicked()), this, TQT_SLOT(accept())); @@ -70,7 +70,7 @@ KChooseImportExportDlg::~KChooseImportExportDlg() void KChooseImportExportDlg::slotTypeActivated(const TQString& text) { - if (text=="TQIF") { + if (text=="QIF") { descriptionLabel->setText(i18n("TQIF files are created by the popular accounting program Quicken.\n" "Another dialog will appear, if you choose this type, asking for further\n" "information relevant to the Quicken format.")); -- cgit v1.2.1