diff options
author | Michele Calgaro <[email protected]> | 2025-01-20 18:26:31 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-03 21:44:59 +0900 |
commit | 52bf4ce9dd80ed5179fe6be622626c3376c0da99 (patch) | |
tree | 15d3c15b63288acf6505ced3d265f55cef05cf98 /ksvg/plugin | |
parent | 169841a34676151ac67711c7d05c6343fdf50697 (diff) | |
download | tdegraphics-52bf4ce9dd80ed5179fe6be622626c3376c0da99.tar.gz tdegraphics-52bf4ce9dd80ed5179fe6be622626c3376c0da99.zip |
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ksvg/plugin')
-rw-r--r-- | ksvg/plugin/svgcreator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksvg/plugin/svgcreator.cpp b/ksvg/plugin/svgcreator.cpp index bbc59e2a..a3c5d825 100644 --- a/ksvg/plugin/svgcreator.cpp +++ b/ksvg/plugin/svgcreator.cpp @@ -68,7 +68,7 @@ bool SVGCreator::create(const TQString &path, int width, int height, TQImage &im m_finished = false; while(!m_finished) { - kapp->processOneEvent(); + tdeApp->processOneEvent(); } doc->deref(); |