summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/calendar/calpainter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/calendar/calpainter.cpp')
-rw-r--r--kipi-plugins/calendar/calpainter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kipi-plugins/calendar/calpainter.cpp b/kipi-plugins/calendar/calpainter.cpp
index 9e628a5..5c816f7 100644
--- a/kipi-plugins/calendar/calpainter.cpp
+++ b/kipi-plugins/calendar/calpainter.cpp
@@ -587,7 +587,7 @@ CalBlockPainter::CalBlockPainter(TQObject *parent, int year, int month,
pb->h = image_->height() - pb->y;
currBlock_ = 0;
- TQTimer::singleShot(10, this, TQT_SLOT(slotPaintNextBlock()));
+ TQTimer::singleShot(10, this, TQ_SLOT(slotPaintNextBlock()));
}
else {
@@ -610,7 +610,7 @@ void CalBlockPainter::slotPaintNextBlock()
b.w, b.h);
currBlock_++;
if (currBlock_ < numBlocks_) {
- TQTimer::singleShot(10, this, TQT_SLOT(slotPaintNextBlock()));
+ TQTimer::singleShot(10, this, TQ_SLOT(slotPaintNextBlock()));
emit signalProgress(currBlock_+1, numBlocks_);
}
else {