LPD8806 RGB LED strip support

Hi,
I have put #include <SPI.h> in my sketch and in the lpd8806.ccp file.
I commented out the code you asked

//SPIClass SPI = SPIClass( SPI_MODE0 );

Then i get the following error when i compile:

C:\Users\Rudy\Program Files\arduino-1.5\libraries\LPD8806\LPD8806.cpp:21: error: expected constructor, destructor, or type conversion before '.' token

What should I try next ?
KR, Rudy