summaryrefslogtreecommitdiffstats
path: root/kdirstat/kpacman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdirstat/kpacman.cpp')
-rw-r--r--kdirstat/kpacman.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdirstat/kpacman.cpp b/kdirstat/kpacman.cpp
index 360d03e..e973e3e 100644
--- a/kdirstat/kpacman.cpp
+++ b/kdirstat/kpacman.cpp
@@ -254,14 +254,14 @@ KPacMan::stop()
if ( _timer )
_timer->stop();
- tqrepaint();
+ repaint();
}
void
KPacMan::animate()
{
- tqrepaint( false );
+ repaint( false );
}