diff options
Diffstat (limited to 'lib/kopainter/ko_gray_widget.h')
-rw-r--r-- | lib/kopainter/ko_gray_widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kopainter/ko_gray_widget.h b/lib/kopainter/ko_gray_widget.h index 6f950201..2c008c84 100644 --- a/lib/kopainter/ko_gray_widget.h +++ b/lib/kopainter/ko_gray_widget.h @@ -40,7 +40,7 @@ class KoGrayWidget typedef TQWidget super; public: - KoGrayWidget(TQWidget *tqparent = 0L, const char *name = 0); + KoGrayWidget(TQWidget *parent = 0L, const char *name = 0); virtual ~KoGrayWidget() {} public slots: |