From 1540fc9be514330c76c999562fcf3e6bc1e2ffbb Mon Sep 17 00:00:00 2001 From: zautrix Date: Wed, 27 Apr 2005 23:23:17 +0000 Subject: csv fixes --- (limited to 'kaddressbook/xxport/csvimportdialog.h') diff --git a/kaddressbook/xxport/csvimportdialog.h b/kaddressbook/xxport/csvimportdialog.h index 545b5f9..5f55ab2 100644 --- a/kaddressbook/xxport/csvimportdialog.h +++ b/kaddressbook/xxport/csvimportdialog.h @@ -68,6 +68,7 @@ class CSVImportDialog : public KDialogBase void ignoreDuplicatesChanged( int ); void setFile( const QString& ); void urlChanged( const QString& ); + void codecChanged ( const QString& ); void applyTemplate(); void saveTemplate(); @@ -81,7 +82,7 @@ class CSVImportDialog : public KDialogBase BusinessAddressPostalCode, BusinessAddressCountry, BusinessAddressLabel, HomePhone, BusinessPhone, MobilePhone, HomeFax, BusinessFax, CarPhone, - Isdn, Pager, Email, Mailer, Title, Role, Organization, Note, URL + Isdn, Pager, Email, Mailer, Title, Role, Organization, Note, URL, Categories }; QTable* mTable; @@ -94,6 +95,7 @@ class CSVImportDialog : public KDialogBase QLineEdit* mDelimiterEdit; QComboBox* mComboLine; QComboBox* mComboQuote; + QComboBox* mComboCodec; QCheckBox* mIgnoreDuplicates; KURLRequester* mUrlRequester; -- cgit v0.9.0.2