diff -r 4f234aa06182 -r 32b7e0ece99a QTfrontend/ui/widget/chatwidget.h --- a/QTfrontend/ui/widget/chatwidget.h Sun Oct 23 22:47:59 2011 +0200 +++ b/QTfrontend/ui/widget/chatwidget.h Mon Oct 24 01:09:33 2011 +0200 @@ -123,6 +123,7 @@ QString m_helloSound; QString m_hilightSound; QString m_userNick; + QRegExp m_hlRegExp; ///< regular expression used for highlighting messages bool notify; bool showReady;