diff options
Diffstat (limited to 'kregexpeditor/charselector.h')
-rw-r--r-- | kregexpeditor/charselector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/charselector.h b/kregexpeditor/charselector.h index 5ba2a88..c34ffac 100644 --- a/kregexpeditor/charselector.h +++ b/kregexpeditor/charselector.h @@ -30,7 +30,7 @@ class CharSelector :public TQWidget TQ_OBJECT public: - CharSelector( TQWidget* tqparent, const char* name = 0 ); + CharSelector( TQWidget* parent, const char* name = 0 ); TQString text() const; void setText( TQString text ); bool isEmpty() const; |