SVN commit 670268 by aseigo: add a default param for parent as per all the other widgets M +1 -1 dataengine.h --- trunk/KDE/kdebase/workspace/plasma/lib/dataengine.h #670267:670268 @@ -61,7 +61,7 @@ * * @param parent The parent object. **/ - explicit DataEngine(QObject* parent); + explicit DataEngine(QObject* parent = 0); virtual ~DataEngine(); /**