29 #ifndef KMAIL_REDIRECTDIALOG_H
30 #define KMAIL_REDIRECTDIALOG_H
32 #include <kdialogbase.h>
64 bool modal= false, bool immediate= true );
67 TQString to() { return mResentTo; };
82 void slotEmailChanged( const TQString & );
KMail message redirection dialog.
TQString to() Return the addresses for the redirection.
void slotAddrBook() Open addressbook editor dialog.
bool sendImmediate() Returns the send mode.
RedirectDialog(TQWidget *parent=0, const char *name=0, bool modal=false, bool immediate=true) Constructor.
void accept() Evaluate the settings, an empty To field is not allowed.
|