Hi,

I am using Qt4.5 and I keep getting a compile error of 'QSvgWidget was not declared in this scope' and points to this line

QSvgWidget *icon=new QSvgWidget(":/images/testImage.svg",this);

even though I have #include <QSvgWidget> at the top of the file.

What am I missing??????

Jim