ArduinoPhone

There is only one Tft.init() in UI_ArduinoPhone.cpp. If I change that to Tft.TFTinit() then I get following message:

class TFT has no member named ‘TFTinit’

I am guessing this is because TFT_v2.h is not declared. So when I change #include <TFT.h> to #include <TFT_v2.h> in ArduinoPhone.ino and UI_ArduinoPhone.cpp, I get following error:

no matching function for call to ‘TFT::fillScreen(int, int, int, int, unsigned int)’

I am running on Mac OS, and TFT_v2 is included in my library:
/Users/inara/Documents/Arduino/libraries/TFT_v2

thanks,
Tuguldur