diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-20 22:30:18 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-21 09:39:40 +0900 |
| commit | 4d6acadb4557b3dc9db23fe80e361f4f65289ccd (patch) | |
| tree | 536561cf7f93c1eaa56e824f1dd96b02bbdaa484 /kmines/status.cpp | |
| parent | 76f734a8102bfc590570e67a73c40351ea2bbf3f (diff) | |
| download | tdegames-4d6acadb.tar.gz tdegames-4d6acadb.zip | |
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7909152750670148360093b2519955fbfa555154)
Diffstat (limited to 'kmines/status.cpp')
| -rw-r--r-- | kmines/status.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmines/status.cpp b/kmines/status.cpp index 0cc7da39..5272e68b 100644 --- a/kmines/status.cpp +++ b/kmines/status.cpp @@ -51,7 +51,7 @@ Status::Status(TQWidget *parent) _timer = new TQTimer(this); connect(_timer, TQT_SIGNAL(timeout()), TQT_SLOT(replayStep())); - _solver = new Solver(TQT_TQOBJECT(this)); + _solver = new Solver(this); connect(_solver, TQT_SIGNAL(solvingDone(bool)), TQT_SLOT(solvingDone(bool))); // top layout |
