diff options
Diffstat (limited to 'kexi/plugins/importexport/csv/kexicsvimportdialog.cpp')
-rw-r--r-- | kexi/plugins/importexport/csv/kexicsvimportdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/plugins/importexport/csv/kexicsvimportdialog.cpp b/kexi/plugins/importexport/csv/kexicsvimportdialog.cpp index b7bcb80e..bc3efc62 100644 --- a/kexi/plugins/importexport/csv/kexicsvimportdialog.cpp +++ b/kexi/plugins/importexport/csv/kexicsvimportdialog.cpp @@ -1250,7 +1250,7 @@ void KexiCSVImportDialog::delimiterChanged(const TQString& delimiter) Q_UNUSED(delimiter); m_columnsAdjusted = false; m_detectDelimiter = false; //selected by hand: do not detect in the future - //delayed, otherwise combobox won't be tqrepainted + //delayed, otherwise combobox won't be repainted fillTableLater(); } @@ -1264,7 +1264,7 @@ void KexiCSVImportDialog::textquoteSelected(int) kexipluginsdbg << "KexiCSVImportDialog::textquoteSelected(): " << m_textquote << endl; - //delayed, otherwise combobox won't be tqrepainted + //delayed, otherwise combobox won't be repainted fillTableLater(); } |