17 #ifndef __KMAIL_XFACECONFIGURATOR_H__
18 #define __KMAIL_XFACECONFIGURATOR_H__
21 #include <tqtextedit.h>
32 class XFaceConfigurator : public TQWidget {
36 XFaceConfigurator( TQWidget * parent=0, const char * name=0 );
37 virtual ~XFaceConfigurator();
39 bool isXFaceEnabled() const;
40 void setXFaceEnabled( bool enable );
43 TQString xface() const;
44 void setXFace( const TQString & text );
47 TQCheckBox * mEnableCheck;
48 TQTextEdit * mTextEdit;
49 TQLabel * mXFaceLabel;
50 TQComboBox * mSourceCombo;
54 void setXfaceFromFile( const KURL &url );
57 void slotSelectFile();
58 void slotSelectFromAddressbook();
59 void slotUpdateXFace();
|