Rename configManager to ConfigManager

This commit is contained in:
Lukas W
2014-11-02 01:02:33 +01:00
parent d68671a6c2
commit 100a67cd3c
47 changed files with 211 additions and 211 deletions

View File

@@ -52,7 +52,7 @@ VstSyncController::VstSyncController() :
m_shmID( -1 ),
m_shm( "/usr/bin/lmms" )
{
if( configManager::inst()->value( "ui", "syncvstplugins" ).toInt() )
if( ConfigManager::inst()->value( "ui", "syncvstplugins" ).toInt() )
{
connect( engine::mixer(), SIGNAL( sampleRateChanged() ), this, SLOT( updateSampleRate() ) );