From 4d6acadb4557b3dc9db23fe80e361f4f65289ccd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 20 Dec 2023 22:30:18 +0900 Subject: Replace various '#define' strings - part 6 Signed-off-by: Michele Calgaro (cherry picked from commit 7909152750670148360093b2519955fbfa555154) --- katomic/feld.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'katomic/feld.cpp') diff --git a/katomic/feld.cpp b/katomic/feld.cpp index 6e422d04..17b8472e 100644 --- a/katomic/feld.cpp +++ b/katomic/feld.cpp @@ -70,7 +70,7 @@ void Feld::resetValidDirs() void Feld::load (const KSimpleConfig& config) { if(moving) - TQT_TQOBJECT(this)->killTimers(); + this->killTimers(); mol->load(config); @@ -492,7 +492,7 @@ void Feld::timerEvent (TQTimerEvent *) if (frames <= 0) { moving = false; - TQT_TQOBJECT(this)->killTimers (); + this->killTimers (); done(); dir = None; } -- cgit v1.2.1