Used the trip back from CeBIT to prepare everything for a huge
[quassel.git] / src / qtopia / qtopiamainwin.cpp
index 0b896f3..e6071e6 100644 (file)
@@ -142,7 +142,7 @@ void QtopiaMainWin::disconnectedFromCore() {
 }
 
 AbstractUiMsg *QtopiaMainWin::layoutMsg(const Message &msg) {
-  return new ChatLine(msg);
+  return new ChatLineOld(msg);
   //return 0;
 }