diff options
author | Michele Calgaro <[email protected]> | 2023-12-20 22:30:18 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-12-20 22:39:59 +0900 |
commit | 7909152750670148360093b2519955fbfa555154 (patch) | |
tree | 86544c17c877637743df75e42369e8114c38abf3 /kolf/game.cpp | |
parent | 2d872f6fb68350f9ee5b0b5c86ab3240b0d09aae (diff) | |
download | tdegames-7909152750670148360093b2519955fbfa555154.tar.gz tdegames-7909152750670148360093b2519955fbfa555154.zip |
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kolf/game.cpp')
-rw-r--r-- | kolf/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolf/game.cpp b/kolf/game.cpp index e29e9932..d2b61221 100644 --- a/kolf/game.cpp +++ b/kolf/game.cpp @@ -2202,7 +2202,7 @@ KolfGame::KolfGame(ObjectList *obj, PlayerList *players, TQString filename, TQWi setMargins(margin, margin, margin, margin); - course = new TQCanvas(TQT_TQOBJECT(this)); + course = new TQCanvas(this); course->setBackgroundColor(white); course->resize(width, height); |