Pin Modes with the SD Card Reader, A TFT, and an UNO

Hello all. I have an arduino uno, and I am wiring a tft and SD card reader onto it so i can load images onto the lcd screen for my use. However, I noticed that there is a conflict with the pinout modes that the SD card uses. The wiki says that my particular SD card reader uses ports D10-D13 inclusive, and those ports are already used by the TFT. So my question is, in the C/C++ file and the header, how do I change the pinout mode to pins D0, D1, D18 (A4), and D19 (A5)? These are the ONLY ports available left to my UNO. Can anyone help? I am using the standard SD card example tat is provided with the Arduino SKD. Any help would be terrific! Thanks!

Is it as simple as plugging the used ports on the SD card reader to the unused ports on the Arduino?