diff options
Diffstat (limited to 'kregexpeditor/kregexpeditorprivate.h')
-rw-r--r-- | kregexpeditor/kregexpeditorprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/kregexpeditorprivate.h b/kregexpeditor/kregexpeditorprivate.h index effbdd7..ce7bc63 100644 --- a/kregexpeditor/kregexpeditorprivate.h +++ b/kregexpeditor/kregexpeditorprivate.h @@ -49,7 +49,7 @@ class KRegExpEditorPrivate :public TQWidget TQ_OBJECT public: - KRegExpEditorPrivate( TQWidget *tqparent, const char *name = 0 ); + KRegExpEditorPrivate( TQWidget *parent, const char *name = 0 ); TQString regexp(); void setMinimal( bool ); void setCaseSensitive( bool ); |