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 1b31ab99..6a967f5d 100644
--- a/kolf/slope.h
+++ b/kolf/slope.h
@@ -57,8 +57,8 @@ public:
bool isStuckOnGround() const { return stuckOnGround; }
void setStuckOnGround(bool yes) { stuckOnGround = yes; updateZ(); }
- virtual void load(KConfig *cfg);
- virtual void save(KConfig *cfg);
+ virtual void load(TDEConfig *cfg);
+ virtual void save(TDEConfig *cfg);
virtual bool collision(Ball *ball, long int id);
virtual bool terrainCollisions() const;