Make plasma build.

This commit is contained in:
Stephen Kelly 2011-11-22 22:56:29 +01:00
parent 685ae3b6c5
commit 6117d99a7b
2 changed files with 1 additions and 2 deletions

View File

@ -157,7 +157,7 @@ void PopupApplet::setWidget(QWidget *widget)
QGraphicsWidget *PopupApplet::graphicsWidget()
{
return d->graphicsWidget;
return d->graphicsWidget.data();
}
void PopupApplet::setGraphicsWidget(QGraphicsWidget *graphicsWidget)

View File

@ -251,7 +251,6 @@ public:
qDeleteAll(deadRunners);
} else {
new DelayedJobCleaner(deadJobs, deadRunners);
>>>>>>> origin/KDE/4.7
}
}