summaryrefslogtreecommitdiffstats
path: root/src/komposetask.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-07 19:47:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-09 10:54:51 +0900
commit43e0ea16d738b24b6c9078bc126735753c2b5393 (patch)
tree31598f2adb646629549aae33c495e4328f903e8a /src/komposetask.cpp
parentcb45523131a2a7c0770bf2698f441aa601a9ed91 (diff)
downloadkompose-43e0ea16d738b24b6c9078bc126735753c2b5393.tar.gz
kompose-43e0ea16d738b24b6c9078bc126735753c2b5393.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 183355477fb2d6bd6429da51d7abd74f7950f207)
Diffstat (limited to 'src/komposetask.cpp')
-rw-r--r--src/komposetask.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/komposetask.cpp b/src/komposetask.cpp
index f95f820..1e3d966 100644
--- a/src/komposetask.cpp
+++ b/src/komposetask.cpp
@@ -317,7 +317,7 @@ void KomposeTask::slotX11DamageNotify()
blockDamageEvents = true;
emit x11DamageNotify();
- TQTimer::singleShot( 1000, this, SLOT( unBlockDamageEvents() ) );
+ TQTimer::singleShot( 1000, this, TQ_SLOT( unBlockDamageEvents() ) );
}
int KomposeTask::getHeightForWidth ( int w ) const