33 #ifndef __KMAIL_REGEXPLINEEDIT_H__ 34 #define __KMAIL_REGEXPLINEEDIT_H__ 47 class RegExpLineEdit : public TQWidget 53 RegExpLineEdit( const TQString &str, TQWidget *parent = 0, 54 const char *name = 0 ); 55 RegExpLineEdit( TQWidget *parent = 0, const char *name = 0 ); 57 TQString text() const; 61 void setText( const TQString & ); 62 void showEditButton( bool ); 65 void textChanged( const TQString & ); 68 void slotEditRegExp(); 71 void initWidget( const TQString & = TQString() ); 73 KLineEdit * mLineEdit; 74 TQPushButton * mRegExpEditButton; 75 TQDialog * mRegExpEditDialog; 80 #endif // __KMAIL_REGEXPLINEEDIT_H__
|