diff options
Diffstat (limited to 'kregexpeditor/regexpbuttons.h')
-rw-r--r-- | kregexpeditor/regexpbuttons.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/regexpbuttons.h b/kregexpeditor/regexpbuttons.h index 6219422..5cdbba0 100644 --- a/kregexpeditor/regexpbuttons.h +++ b/kregexpeditor/regexpbuttons.h @@ -32,7 +32,7 @@ class RegExpButtons :public TQDockWindow TQ_OBJECT public: - RegExpButtons( TQWidget *tqparent, const char *name = 0 ); + RegExpButtons( TQWidget *parent, const char *name = 0 ); void setFeatures( int features ); protected: |