Library help

Hey all, I am trying to learn how to use libraries in Arduino following the tutorial at http://arduino.cc/en/Hacking/LibraryTutorial. I created all the files and included the library to my sketch and when I try to upload I get this error: WProgram.h: No such file or directory. Any ideas?

Use "Arduino.h" instead.

That did the trick, much thanks! I still have so much to learn haha.

The tutorial page needs to be updated for Arduino 1.0 regarding the wprogram/arduino.h bit.