summaryrefslogtreecommitdiffstats
path: root/kolf/slope.h
diff options
context:
space:
mode:
Diffstat (limited to 'kolf/slope.h')
-rw-r--r--kolf/slope.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kolf/slope.h b/kolf/slope.h
index c829ad36..5b025edb 100644
--- a/kolf/slope.h
+++ b/kolf/slope.h
@@ -12,7 +12,7 @@ class SlopeConfig : public Config
TQ_OBJECT
public:
- SlopeConfig(Slope *slope, TQWidget *tqparent);
+ SlopeConfig(Slope *slope, TQWidget *parent);
private slots:
void setGradient(const TQString &text);
@@ -36,7 +36,7 @@ public:
virtual void editModeChanged(bool changed);
virtual bool canBeMovedByOthers() const { return !stuckOnGround; }
virtual TQPtrList<TQCanvasItem> moveableItems() const;
- virtual Config *config(TQWidget *tqparent) { return new SlopeConfig(this, tqparent); }
+ virtual Config *config(TQWidget *parent) { return new SlopeConfig(this, parent); }
void setSize(int, int);
virtual void newSize(int width, int height);