a little more help

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=809573
This commit is contained in:
Aaron J. Seigo 2008-05-19 05:26:53 +00:00
parent 5c7589a741
commit 51bb717cae

View File

@ -76,6 +76,7 @@ public:
{
<Native>* native = new <Native>;
//TODO: forward signals
//connect(native, SIGNAL(()), this, SIGNAL(()));
setWidget(native);
native->setAttribute(Qt::WA_NoSystemBackground);
}