diff -r c0f2e0915e57 -r c06b7e2eb7a4 QTfrontend/ui/widget/chatwidget.h --- a/QTfrontend/ui/widget/chatwidget.h Wed Oct 26 02:21:44 2011 +0200 +++ b/QTfrontend/ui/widget/chatwidget.h Wed Oct 26 05:57:00 2011 +0200 @@ -24,6 +24,7 @@ #include #include #include +#include #include #include "SDLInteraction.h" @@ -133,7 +134,7 @@ QString m_helloSound; QString m_hilightSound; QString m_userNick; - QRegExp m_hlRegExp; ///< regular expression used for highlighting messages + QList m_highlights; ///< regular expressions used for highlighting bool notify; bool showReady;