diff options
Diffstat (limited to 'kolf/slope.cpp')
-rw-r--r-- | kolf/slope.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kolf/slope.cpp b/kolf/slope.cpp index 7d9db148..db79cff8 100644 --- a/kolf/slope.cpp +++ b/kolf/slope.cpp @@ -507,7 +507,7 @@ void Slope::updatePixmap() } bpainter.drawPolygon(r); - // tqmask is drawn + // mask is drawn pixmap.setMask(bitmap); } @@ -517,8 +517,8 @@ void Slope::updatePixmap() ///////////////////////// -SlopeConfig::SlopeConfig(Slope *slope, TQWidget *tqparent) - : Config(tqparent) +SlopeConfig::SlopeConfig(Slope *slope, TQWidget *parent) + : Config(parent) { this->slope = slope; TQVBoxLayout *tqlayout = new TQVBoxLayout(this, marginHint(), spacingHint()); |