diff options
Diffstat (limited to 'kregexpeditor/singlecontainerwidget.cpp')
-rw-r--r-- | kregexpeditor/singlecontainerwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kregexpeditor/singlecontainerwidget.cpp b/kregexpeditor/singlecontainerwidget.cpp index 2c2707c..dc9cdec 100644 --- a/kregexpeditor/singlecontainerwidget.cpp +++ b/kregexpeditor/singlecontainerwidget.cpp @@ -28,9 +28,9 @@ SingleContainerWidget::SingleContainerWidget(RegExpEditorWindow* editorWindow, { } -bool SingleContainerWidget::updateSelection( bool tqparentSelected ) +bool SingleContainerWidget::updateSelection( bool parentSelected ) { - bool changed = RegExpWidget::updateSelection( tqparentSelected ); + bool changed = RegExpWidget::updateSelection( parentSelected ); changed = _child->updateSelection( _isSelected ) && changed; if (changed) tqrepaint(); |