summaryrefslogtreecommitdiffstats
path: root/kdirstat/kpacman.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:56:04 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:56:04 -0600
commita327682a10bf292b58ea4f2b5d47509f3150a5c6 (patch)
tree0d195090492524b7a80f499453d2d29f024a1ff6 /kdirstat/kpacman.cpp
parentc71ade2e373d85acf1357494b42202293dd771d2 (diff)
downloadkdirstat-a327682a10bf292b58ea4f2b5d47509f3150a5c6.tar.gz
kdirstat-a327682a10bf292b58ea4f2b5d47509f3150a5c6.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit c71ade2e373d85acf1357494b42202293dd771d2.
Diffstat (limited to 'kdirstat/kpacman.cpp')
-rw-r--r--kdirstat/kpacman.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdirstat/kpacman.cpp b/kdirstat/kpacman.cpp
index e973e3e..22c5176 100644
--- a/kdirstat/kpacman.cpp
+++ b/kdirstat/kpacman.cpp
@@ -163,7 +163,7 @@ KPacManAnimation::animate( TQPainter * painter,
// Transfer pixmap into widget
#if 0
- TQPoint offset = painter->worldMatrix().map( _pacManRect.topLeft() );
+ TQPoint offset = painter->tqworldMatrix().map( _pacManRect.topLeft() );
// kdDebug() << "bitBlt() to " << offset.x() << ", " << offset.y() << endl;
bitBlt( _widget, offset, &pixmap );
#endif
@@ -254,14 +254,14 @@ KPacMan::stop()
if ( _timer )
_timer->stop();
- repaint();
+ tqrepaint();
}
void
KPacMan::animate()
{
- repaint( false );
+ tqrepaint( false );
}
@@ -300,7 +300,7 @@ KPacMan::mouseReleaseEvent ( TQMouseEvent *ev )
TQSize
-KPacMan::sizeHint() const
+KPacMan::tqsizeHint() const
{
return TQSize( 16 * _pacManSize, // width - admittedly somewhat random
_pacManSize + 2 * _margin ); // height