summaryrefslogtreecommitdiffstats
path: root/kdm/kfrontend/krootimage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdm/kfrontend/krootimage.cpp')
-rw-r--r--kdm/kfrontend/krootimage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdm/kfrontend/krootimage.cpp b/kdm/kfrontend/krootimage.cpp
index 67b575c5f..a92c6aab1 100644
--- a/kdm/kfrontend/krootimage.cpp
+++ b/kdm/kfrontend/krootimage.cpp
@@ -60,8 +60,8 @@ MyApplication::MyApplication( const char *conf )
void
MyApplication::renderDone()
{
- desktop()->setBackgroundPixmap( renderer.pixmap() );
- desktop()->repaint( true );
+ TQT_TQWIDGET(desktop())->setBackgroundPixmap( renderer.pixmap() );
+ TQT_TQWIDGET(desktop())->tqrepaint( true );
renderer.saveCacheFile();
renderer.cleanup();
for (unsigned i=0; i<renderer.numRenderers(); ++i)