29 #ifndef KMAIL_FILTERLOG_H
30 #define KMAIL_FILTERLOG_H
33 #include <tqstringlist.h>
34 #include <tqstylesheet.h>
79 emit logStateChanged();
95 emit logStateChanged();
128 static TQString recode( const TQString & plain ) { return TQStyleSheet::escape(plain); };
131 void logEntryAdded( TQString );
133 void logStateChanged();
149 long mCurrentLogSize;
162 #endif // KMAIL_FILTERLOG_H
|