24 #ifndef KABCONFIGWIDGET_H 25 #define KABCONFIGWIDGET_H 37 class AddresseeWidget; 39 class KABConfigWidget : public TQWidget 45 KABConfigWidget( TQWidget *parent, const char *name = 0 ); 47 void restoreSettings(); 58 TQCheckBox *mNameParsing; 59 TQCheckBox *mViewsSingleClickBox; 60 TQCheckBox *mTradeAsFamilyName; 61 TQComboBox *mEditorCombo; 62 TQLineEdit *mPhoneHook; 65 TQCheckBox *mLimitContactDisplay; 66 TQComboBox *mLocationMapURL; 68 AddresseeWidget *mAddresseeWidget;
|