summaryrefslogtreecommitdiffstats
path: root/ksirc/KSTicker/ksticker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksirc/KSTicker/ksticker.cpp')
-rw-r--r--ksirc/KSTicker/ksticker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksirc/KSTicker/ksticker.cpp b/ksirc/KSTicker/ksticker.cpp
index 1183e414..a94d281e 100644
--- a/ksirc/KSTicker/ksticker.cpp
+++ b/ksirc/KSTicker/ksticker.cpp
@@ -379,9 +379,9 @@ void KSTicker::resizeEvent( TQResizeEvent *e)
TQT_TQOBJECT(this)->killTimers();
TQPixmap *new_pic = new TQPixmap(width() + onechar, height());
new_pic->fill(backgroundColor());
- bitBlt(TQT_TQPAINTDEVICE(new_pic),
+ bitBlt(new_pic,
new_pic->width() - pic->width(), 0,
- TQT_TQPAINTDEVICE(pic), 0, 0,
+ pic, 0, 0,
pic->width(), pic->height(),
CopyROP, TRUE);
delete pic;