20 #ifndef kmmsgpartdlg_h
21 #define kmmsgpartdlg_h
23 #include <kdialogbase.h>
24 #include <tdeio/global.h>
46 TQWidget * parent=0, const char * name=0 );
52 void setMimeType( const TQString & type, const TQString & subtype );
66 void setSize( TDEIO::filesize_t size, bool estimated= false );
89 QuotedPrintable = 0x04,
123 void slotMimeTypeChanged( const TQString & mimeType );
126 KComboBox *mMimeType;
129 TQLineEdit *mFileName;
130 TQLineEdit *mDescription;
131 TQComboBox *mEncoding;
133 TQCheckBox *mEncrypted;
135 TQStringList mI18nizedEncodings;
152 KMMessagePart* msgPart( void) const { return mMsgPart; }
162 KMMessagePart *mMsgPart;
|