|
|
@ -355,7 +355,7 @@ KviOptionsWidget * KviOptionsInstanceManager::getInstance(KviOptionsWidgetInstan
|
|
|
|
if(e->pWidget->parent() != par)
|
|
|
|
if(e->pWidget->parent() != par)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
QWidget * oldPar = (QWidget *)e->pWidget->parent();
|
|
|
|
QWidget * oldPar = (QWidget *)e->pWidget->parent();
|
|
|
|
e->pWidget->reparent(par,QPoint(0,0));
|
|
|
|
e->pWidget->reparent(par,TQPoint(0,0));
|
|
|
|
delete oldPar;
|
|
|
|
delete oldPar;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if(e->bIsContainer)
|
|
|
|
if(e->bIsContainer)
|
|
|
|