diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-22 17:48:01 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-03 22:54:28 +0900 |
commit | fdde1e4ac285a7b43ca5f45f220ea7fec8db248b (patch) | |
tree | 2886714a5f837bc0b86f178624f8437dd863b6be /tools/thumbnail/kofficecreator.cpp | |
parent | f491bbc527febc11c4f3f2cf158735ae93a4e19a (diff) | |
download | koffice-fdde1e4ac285a7b43ca5f45f220ea7fec8db248b.tar.gz koffice-fdde1e4ac285a7b43ca5f45f220ea7fec8db248b.zip |
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/thumbnail/kofficecreator.cpp')
-rw-r--r-- | tools/thumbnail/kofficecreator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/thumbnail/kofficecreator.cpp b/tools/thumbnail/kofficecreator.cpp index 3e298186e..9d5f947c2 100644 --- a/tools/thumbnail/kofficecreator.cpp +++ b/tools/thumbnail/kofficecreator.cpp @@ -86,7 +86,7 @@ bool KOfficeCreator::create(const TQString &path, int width, int height, TQImage m_completed = false; startTimer(5000); while (!m_completed) - kapp->processOneEvent(); + tdeApp->processOneEvent(); killTimers(); // render the page on a bigger pixmap and use smoothScale, |