24 #ifndef XXPORTSELECTDIALOG_H
25 #define XXPORTSELECTDIALOG_H
27 #include <tdeabc/addresseelist.h>
28 #include <tdeabc/field.h>
29 #include <kdialogbase.h>
45 class XXPortSelectDialog : public KDialogBase
51 XXPortSelectDialog( KAB::Core *core, bool sort, TQWidget* parent,
52 const char* name = 0 );
54 TDEABC::AddresseeList contacts();
57 void filterChanged( int );
58 void categoryClicked( TQListViewItem * i );
65 TQStringList categories() const;
67 TQButtonGroup* mButtonGroup;
68 TQRadioButton* mUseCategories;
69 TQRadioButton* mUseFilters;
70 TQRadioButton* mUseWholeBook;
71 TQRadioButton* mUseSelection;
72 TQComboBox* mFiltersCombo;
73 TQListView* mCategoriesView;
75 KComboBox *mFieldCombo;
76 KComboBox *mSortTypeCombo;
79 TDEABC::AddresseeList mAddresseeList;
80 Filter::List mFilters;
81 TDEABC::Field::List mFields;
|