Help with library timer conflict, tone() and IRremote

Hey guys, I am new to using an arduino and I have been having trouble with the library IRremote. When I run a program with that library and use tone() I come up with a __vector_7 error. I have read up online that you need to use a different timer for IRremoteInt.h but I am trying all sorts of stuff with the timers on that file and nothing works? How can I modify the timers found on GitHub - Arduino-IRremote/Arduino-IRremote: Infrared remote library for Arduino: send and receive infrared signals with multiple protocols in IRremoteInt.h to be able to use it with the tone feature and possibly even the servo library?

I also read this post Errors in IRremote.h ...? - Programming Questions - Arduino Forum to try and clear any confusion but it seems that the OP did not post his solution online. I am still trying to get this to work. Also, I am using an arduino uno.. :0

I still have not found a solution to the problem, sometimes when I change the timers to timer 1 I have problems with vector_7 and using timer 2 gives me problems with vector_11.
I am using Servo.h, IRremote.h and the default tone library. All of these three create conflict.