diff -r 7a94005874c9 -r 8163c9aaad0c QTfrontend/chatwidget.h --- a/QTfrontend/chatwidget.h Tue Feb 01 07:52:50 2011 +0100 +++ b/QTfrontend/chatwidget.h Tue Feb 01 08:15:01 2011 +0100 @@ -23,6 +23,7 @@ #include #include #include +#include #include "SDLs.h" @@ -66,6 +67,7 @@ void saveList(QStringList & list, const QString & file); void updateNickItem(QListWidgetItem *item); void updateNickItems(); + static const QRegExp URLREGEXP; public slots: void onChatString(const QString& str);