Project born. So far nothing works really :)
[squawker.git] / w_timeline.cpp
blob6d9d3c398cc2ec64f61f5d7682a97e4078c3440b
1 #include <QtGui>
3 #include "w_timeline.h"
5 w_Timeline::w_Timeline(QWidget *parent)
7 setupUi(this);
8 //Set focus on the message line edit
9 le_message->setFocus();