diff options
Diffstat (limited to 'kregexpeditor/verifybuttons.h')
-rw-r--r-- | kregexpeditor/verifybuttons.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/verifybuttons.h b/kregexpeditor/verifybuttons.h index 1298573..90629c0 100644 --- a/kregexpeditor/verifybuttons.h +++ b/kregexpeditor/verifybuttons.h @@ -31,7 +31,7 @@ class VerifyButtons :public TQDockWindow TQ_OBJECT public: - VerifyButtons( TQWidget* tqparent, const char* name ); + VerifyButtons( TQWidget* parent, const char* name ); RegExpConverter* setSyntax( const TQString& ); void setAllowNonTQtSyntax( bool ); |