summaryrefslogtreecommitdiffstats
path: root/katomic/feld.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-20 22:30:18 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-20 22:39:59 +0900
commit7909152750670148360093b2519955fbfa555154 (patch)
tree86544c17c877637743df75e42369e8114c38abf3 /katomic/feld.cpp
parent2d872f6fb68350f9ee5b0b5c86ab3240b0d09aae (diff)
downloadtdegames-7909152750670148360093b2519955fbfa555154.tar.gz
tdegames-7909152750670148360093b2519955fbfa555154.zip
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'katomic/feld.cpp')
-rw-r--r--katomic/feld.cpp4
1 files changed, 2 insertions, 2 deletions
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;
}