diff options
Diffstat (limited to 'katomic/feld.cpp')
-rw-r--r-- | katomic/feld.cpp | 4 |
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; } |