diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-20 18:26:31 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-03 21:44:59 +0900 |
| commit | 52bf4ce9dd80ed5179fe6be622626c3376c0da99 (patch) | |
| tree | 15d3c15b63288acf6505ced3d265f55cef05cf98 /kviewshell/marklist.cpp | |
| parent | 169841a34676151ac67711c7d05c6343fdf50697 (diff) | |
| download | tdegraphics-52bf4ce9dd80ed5179fe6be622626c3376c0da99.tar.gz tdegraphics-52bf4ce9dd80ed5179fe6be622626c3376c0da99.zip | |
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kviewshell/marklist.cpp')
| -rw-r--r-- | kviewshell/marklist.cpp | 4 |
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(); } |
