WOMARTS library graphic test error

I ordered an 3.2" tft touch screen GLCD screen for my arduino uno from womarts on ebay. My touch screen plugs directly into my Uno board. I'am trying to run the grpahicstest for my screen and am having trouble with this line: TFTLCD tft(LCD_CS, LCD_CD, LCD_WR, LCD_RD, LCD_RESET);

The error is: 'TFTLCD' does not name a type.

I need help/suggestions. Thank you.

puts the folder TFTLCD in:
arduino / libraries /

Exactly. I got mine from the same seller.
However, keep in mind the SD card slot does not work without some wiring which I screwed up.

I ordered the 2.4" TFTLCD display from Womart's, also.

I use a Funduino UNO R3.

I loaded libraries and examples as directed by Womart's.

When I run Graphicstest Example I get an error from this line:
TFTLCD tft(LCD_CS, LCD_CD, LCD_WR, LCD_RD, LCD_RESET);

The error is:

no matching function for call to
"TFTLCD tft(LCD_CS, LCD_CD, LCD_WR, LCD_RD, LCD_RESET);"

I have tried both V 1.0.4 and V 1.0.5 of the Arduine Software.