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