summaryrefslogtreecommitdiffstats
path: root/kviewshell/marklist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kviewshell/marklist.cpp')
-rw-r--r--kviewshell/marklist.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kviewshell/marklist.cpp b/kviewshell/marklist.cpp
index 0d895df3..fcd80160 100644
--- a/kviewshell/marklist.cpp
+++ b/kviewshell/marklist.cpp
@@ -144,7 +144,7 @@ void ThumbnailWidget::setThumbnail()
// When we are fast scrolling thru the document. Many paint events are created, that
// are often not needed anymore at the time the eventloop executes them.
//kdDebug() << "Delayed request Abort Thumbnail drawing for page " << pageNumber << endl;
- kapp->processEvents();
+ tdeApp->processEvents();
return;
}
@@ -157,7 +157,7 @@ void ThumbnailWidget::setThumbnail()
setFixedHeight(thumbnail.height() + 2);
update();
- kapp->processEvents();
+ tdeApp->processEvents();
}