diff options
Diffstat (limited to 'amor/amorbubble.cpp')
-rw-r--r-- | amor/amorbubble.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/amor/amorbubble.cpp b/amor/amorbubble.cpp index 49e65b7..5060f97 100644 --- a/amor/amorbubble.cpp +++ b/amor/amorbubble.cpp @@ -55,7 +55,7 @@ AmorBubble::AmorBubble() mBrowser->setWrapPolicy(TQTextEdit::AtWordOrDocumentBoundary); // too long to fit in one line? - TQColorGroup clgrp = mBrowser->tqcolorGroup(); + TQColorGroup clgrp = mBrowser->colorGroup(); clgrp.setColor(TQColorGroup::Text, TQt::black); //Laurent TQTextBrowser didn't have this function FIX me //mBrowser->setPaperColorGroup( clgrp ); @@ -195,7 +195,7 @@ void AmorBubble::drawBubble(TQPainter &p) p.drawPolygon(pointArray); p.setPen(pen); - p.tqdrawPolyline(pointArray, 0, 3); + p.drawPolyline(pointArray, 0, 3); } //--------------------------------------------------------------------------- |