summaryrefslogtreecommitdiffstats
path: root/src/komposegl/komposeglwidget.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-07 19:47:33 +0900
commit183355477fb2d6bd6429da51d7abd74f7950f207 (patch)
tree0562dc18c6dc80cc128cdbea07c067f14f27b7bf /src/komposegl/komposeglwidget.cpp
parent3f0b743b945d7f09d6bf935c447f4917ce791c27 (diff)
downloadkompose-183355477fb2d6bd6429da51d7abd74f7950f207.tar.gz
kompose-183355477fb2d6bd6429da51d7abd74f7950f207.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/komposegl/komposeglwidget.cpp')
-rw-r--r--src/komposegl/komposeglwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/komposegl/komposeglwidget.cpp b/src/komposegl/komposeglwidget.cpp
index 14c6d5d..5d39917 100644
--- a/src/komposegl/komposeglwidget.cpp
+++ b/src/komposegl/komposeglwidget.cpp
@@ -65,7 +65,7 @@ void KomposeGLWidget::childEvent ( TQChildEvent * ce )
// Whenever a child is added/removed: rearrange layout
// FIXME: sometimes widget's aren't added in time, so we have to add a short delay:
- TQTimer::singleShot( 200, layout, SLOT( arrangeLayout() ) );
+ TQTimer::singleShot( 200, layout, TQ_SLOT( arrangeLayout() ) );
}
/*