summaryrefslogtreecommitdiffstats
path: root/ksnake/rattler.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-12-20 22:30:18 +0900
committerMichele Calgaro <[email protected]>2023-12-21 09:39:40 +0900
commit4d6acadb4557b3dc9db23fe80e361f4f65289ccd (patch)
tree536561cf7f93c1eaa56e824f1dd96b02bbdaa484 /ksnake/rattler.cpp
parent76f734a8102bfc590570e67a73c40351ea2bbf3f (diff)
downloadtdegames-4d6acadb4557b3dc9db23fe80e361f4f65289ccd.tar.gz
tdegames-4d6acadb4557b3dc9db23fe80e361f4f65289ccd.zip
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 7909152750670148360093b2519955fbfa555154)
Diffstat (limited to 'ksnake/rattler.cpp')
-rw-r--r--ksnake/rattler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksnake/rattler.cpp b/ksnake/rattler.cpp
index d7bc630c..8c1db1ed 100644
--- a/ksnake/rattler.cpp
+++ b/ksnake/rattler.cpp
@@ -534,7 +534,7 @@ void Rattler::start(int t)
void Rattler::stop()
{
- TQT_TQOBJECT(this)->killTimers();
+ this->killTimers();
}
void Rattler::restartComputerSnakes(bool play)