diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-20 21:19:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-20 21:19:55 +0900 |
commit | df38a0402cac61ce84ed9567b959a37efcb69b03 (patch) | |
tree | 1fec8ba8fcb07d3c9e1e22bd58216ed8c03871dc /kmousetool | |
parent | dba614b5da2e38e284ba72c8a68556bac7e3fc1d (diff) | |
download | tdeaccessibility-df38a0402cac61ce84ed9567b959a37efcb69b03.tar.gz tdeaccessibility-df38a0402cac61ce84ed9567b959a37efcb69b03.zip |
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmousetool')
-rw-r--r-- | kmousetool/kmousetool/kmousetool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmousetool/kmousetool/kmousetool.cpp b/kmousetool/kmousetool/kmousetool.cpp index 0dff42e..ad5cbc1 100644 --- a/kmousetool/kmousetool/kmousetool.cpp +++ b/kmousetool/kmousetool/kmousetool.cpp @@ -147,7 +147,7 @@ void KMouseTool::timerEvent( TQTimerEvent * ) return; if (!continue_timer) { - TQT_TQOBJECT(this)->killTimers(); + this->killTimers(); return; } |