*** MainWindow_viejo.cpp	2013-07-05 21:45:29.053000000 -0500
--- MainWindow.cpp	2013-07-05 21:34:51.000000000 -0500
***************
*** 75,80 ****
--- 75,81 ----
  #include "text_float.h"
  #include "cpuload_widget.h"
  #include "visualization_widget.h"
+ #include "timer_widget.h"
  
  #include "ResourceBrowser.h"
  #include "QuickLoadDialog.h"
***************
*** 747,753 ****
  	m_chkrAutomation->click();
  	m_chkrMidi->click();
  	m_radpSong->click();
! 
  	// global keyboard shortcuts
  	QShortcut * qs_space = new QShortcut(QKeySequence(Qt::Key_Space), this);
  	connect(qs_space, SIGNAL(activated()), SLOT(shortcutSpacePressed()));
--- 748,760 ----
  	m_chkrAutomation->click();
  	m_chkrMidi->click();
  	m_radpSong->click();
! 	QWidget * timer_w = new QWidget( m_toolBar );
! 	QHBoxLayout * timer_layout = new QHBoxLayout ( timer_w );
! 	timer_layout->setMargin( 0 );
! 	timer_layout->setSpacing( 5 );
! 	timer_layout->addWidget( new timerWidget(embed::getIconPixmap( "output_graph" ), timer_w ) );
! 	timer_layout->addStretch();
! 	m_toolBarLayout->addWidget(timer_w);
  	// global keyboard shortcuts
  	QShortcut * qs_space = new QShortcut(QKeySequence(Qt::Key_Space), this);
  	connect(qs_space, SIGNAL(activated()), SLOT(shortcutSpacePressed()));
