24#ifndef SECRECYWIDGET_H
25#define SECRECYWIDGET_H
29namespace TDEABC { class Secrecy; }
32class SecrecyWidget : public TQWidget
38 SecrecyWidget( TQWidget *parent, const char *name = 0 );
41 void setSecrecy( const TDEABC::Secrecy &secrecy );
42 TDEABC::Secrecy secrecy() const;
44 void setReadOnly( bool readOnly );
50 KComboBox *mSecrecyCombo;
|