Renaming some files, mostly.
[quassel.git] / src / qtopia / chatwidget.cpp
index b492fd3..6c3ffe2 100644 (file)
@@ -55,6 +55,7 @@ void ChatWidget::appendChatLines(QList<ChatLine *> list) {
 }
 
 void ChatWidget::prependChatLine(ChatLine *line) {
+  qDebug() << "prepending"; return;
   QTextCursor cursor = textCursor();
   moveCursor(QTextCursor::Start);
   insertHtml(line->text());