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 & ); 93 #endif // KMAIL_REDIRECTDIALOG_H bool sendImmediate() Returns the send mode.
KMail message redirection dialog.
void accept() Evaluate the settings, an empty To field is not allowed.
TQString to() Return the addresses for the redirection.
RedirectDialog(TQWidget *parent=0, const char *name=0, bool modal=false, bool immediate=true) Constructor.
void slotAddrBook() Open addressbook editor dialog.
|