Rename song to Song

This commit is contained in:
Lukas W
2014-11-26 00:44:41 +01:00
parent 14eb54d53e
commit 7d0e3945e5
68 changed files with 191 additions and 191 deletions

View File

@@ -28,7 +28,7 @@
#include "MainWindow.h"
#include "engine.h"
#include "tooltip.h"
#include "song.h"
#include "Song.h"
@@ -95,7 +95,7 @@ void TimeDisplayWidget::setDisplayMode( DisplayMode displayMode )
void TimeDisplayWidget::updateTime()
{
song* s = engine::getSong();
Song* s = engine::getSong();
switch( m_displayMode )
{