diff options
Diffstat (limited to 'kcontrol/randr')
| -rw-r--r-- | kcontrol/randr/ktimerdialog.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/kcontrol/randr/ktimerdialog.cpp b/kcontrol/randr/ktimerdialog.cpp index cd72859db..eb8ddbd7f 100644 --- a/kcontrol/randr/ktimerdialog.cpp +++ b/kcontrol/randr/ktimerdialog.cpp @@ -95,7 +95,7 @@ void KTimerDialog::setMainWidget( QWidget *widget )      // yuck, here goes.      QVBox *newWidget = new QVBox( this ); -    if ( widget->tqparentWidget() != mainWidget ) { +    if ( widget->parentWidget() != mainWidget ) {          widget->reparent( newWidget, 0, QPoint(0,0) );      } else {          newWidget->insertChild( widget ); | 
