Finishing the switch to types.h and the resulting cleanup.
[quassel.git] / src / qtopia / chatwidget.cpp
index 6a5ba02..4475962 100644 (file)
@@ -24,6 +24,7 @@
 
 ChatWidget::ChatWidget(QWidget *parent) : QTextEdit(parent) {
   setStyleSheet("background-color: rgba(255, 255, 255, 60%)");
+  setTextInteractionFlags(Qt::TextBrowserInteraction);
 }
 
 void ChatWidget::setContents(QList<ChatLine *> lines) {