diff options
Diffstat (limited to 'klines/prompt.h')
-rw-r--r-- | klines/prompt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klines/prompt.h b/klines/prompt.h index e1decfd5..ce76bdce 100644 --- a/klines/prompt.h +++ b/klines/prompt.h @@ -34,7 +34,7 @@ class LinesPrompt : public TQWidget void mousePressEvent( TQMouseEvent* ); public: - LinesPrompt( BallPainter * abPainter, TQWidget * tqparent=0, const char * name=0 ); + LinesPrompt( BallPainter * abPainter, TQWidget * parent=0, const char * name=0 ); ~LinesPrompt(); void setPrompt(bool enabled); |