diff options
Diffstat (limited to 'kolf/objects/poolball/poolball.h')
-rw-r--r-- | kolf/objects/poolball/poolball.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kolf/objects/poolball/poolball.h b/kolf/objects/poolball/poolball.h index fac2ef11..db09f7bd 100644 --- a/kolf/objects/poolball/poolball.h +++ b/kolf/objects/poolball/poolball.h @@ -30,7 +30,7 @@ public: virtual bool deleteable() const { return true; } - virtual Config *config(TQWidget *tqparent); + virtual Config *config(TQWidget *parent); virtual void saveState(StateDB *); virtual void save(KConfig *cfg); virtual void loadState(StateDB *); @@ -51,7 +51,7 @@ class PoolBallConfig : public Config TQ_OBJECT public: - PoolBallConfig(PoolBall *poolBall, TQWidget *tqparent); + PoolBallConfig(PoolBall *poolBall, TQWidget *parent); private slots: void numberChanged(int); |