Help Change timer 2 to timer 0

Thanks Nick! I have changed the TIMSK0's to TIMSK but i am still getting this error message:

/home/will/sketchbook/libraries/IRremote/IRremote.cpp: In member function ‘void IRrecv::enableIRIn()’:
/home/will/sketchbook/libraries/IRremote/IRremote.cpp:236:3: error: ‘TCNT2’ was not declared in this scope
/home/will/sketchbook/libraries/IRremote/IRremote.cpp: In function ‘void TIMER2_OVF_vect()’:
/home/will/sketchbook/libraries/IRremote/IRremote.cpp:266:3: error: ‘TCNT2’ was not declared in this scope

and yet when I search the .cpp file there is no 'TCNT2'

I had changed these to TCNT0. Need I go back and delete all of the zeros inserted at the beginning?

Thank you so much again!