summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/concwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/concwidget.cpp')
-rw-r--r--kregexpeditor/concwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kregexpeditor/concwidget.cpp b/kregexpeditor/concwidget.cpp
index fec2cc0..d70e735 100644
--- a/kregexpeditor/concwidget.cpp
+++ b/kregexpeditor/concwidget.cpp
@@ -229,10 +229,10 @@ RegExp* ConcWidget::regExp() const
}
}
-bool ConcWidget::updateSelection(bool tqparentSelected)
+bool ConcWidget::updateSelection(bool parentSelected)
{
bool isSel = _isSelected;
- bool changed = MultiContainerWidget::updateSelection( tqparentSelected );
+ bool changed = MultiContainerWidget::updateSelection( parentSelected );
_maxSelectedHeight = 0;