diff options
Diffstat (limited to 'kregexpeditor/concwidget.h')
-rw-r--r-- | kregexpeditor/concwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/concwidget.h b/kregexpeditor/concwidget.h index 073ff6e..49f6308 100644 --- a/kregexpeditor/concwidget.h +++ b/kregexpeditor/concwidget.h @@ -42,7 +42,7 @@ public: virtual TQSize tqsizeHint() const; virtual RegExp* regExp() const; - virtual bool updateSelection(bool tqparentSelected); + virtual bool updateSelection(bool parentSelected); virtual bool isSelected() const; virtual void applyRegExpToSelection( RegExpType type ); |