UTOUCH constructor for ILI9341

I'm using Genuino Mega 2560 and 2.8 TFT LCD resistive touch shield from Adafruit(2.8 TFT Touch Shield for Arduino with Resistive Touch Screen : ID 1651 : $34.95 : Adafruit Industries, Unique & fun DIY electronics and kits). Instead of connecting them by putting the shield on top of the board I'm using wires (it's needed for my project). In my code I'm using UTFT and UTOUCH libraries. By using this constructor UTFT myGLCD(ILI9341_S5P,51,52,53,6,9); I have already managed to get my display working, but I still need the right constructor for UTOUCH.