diff options
Diffstat (limited to 'kregexpeditor/singlecontainerwidget.h')
-rw-r--r-- | kregexpeditor/singlecontainerwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/singlecontainerwidget.h b/kregexpeditor/singlecontainerwidget.h index 7a88a62..9b61ecf 100644 --- a/kregexpeditor/singlecontainerwidget.h +++ b/kregexpeditor/singlecontainerwidget.h @@ -31,7 +31,7 @@ public: SingleContainerWidget( RegExpEditorWindow* editorWindow, TQWidget* tqparent, const char* name = 0); - virtual bool updateSelection( bool tqparentSelected ); + virtual bool updateSelection( bool parentSelected ); virtual bool hasSelection() const; virtual void clearSelection(); virtual void deleteSelection(); |