Hello.

I am using the qled apps and I have the following problem when i use the constructor QLed:

undefined reference to `_imp___ZN4QLedC1EP7QWidget'

I dont know what i am doing wrong because this the process which i followed:

- Download the apps QLed from the trolltech web.
- Compiled the apps.
- I included all the files and my projecto.
- I defined and object QLed l = new QLed (QWidget)

Can someone see the problem?

Note: I am using qt 4.4.4 integrated with Eclipse.