summaryrefslogtreecommitdiffstats
path: root/juk/tageditor.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-20 17:21:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-03 21:39:44 +0900
commit52fb3a0dd7d190b83257b86738b313a02868d133 (patch)
treead5e6f9e72e0ea0820861a05c185e11ae39edcf3 /juk/tageditor.cpp
parent4767a3730d12a9e9f2d428d46da80467d73e5015 (diff)
downloadtdemultimedia-52fb3a0dd7d190b83257b86738b313a02868d133.tar.gz
tdemultimedia-52fb3a0dd7d190b83257b86738b313a02868d133.zip
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'juk/tageditor.cpp')
-rw-r--r--juk/tageditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/tageditor.cpp b/juk/tageditor.cpp
index ed1cdca8..e4bbfffc 100644
--- a/juk/tageditor.cpp
+++ b/juk/tageditor.cpp
@@ -636,7 +636,7 @@ void TagEditor::save(const PlaylistItemList &list)
// playlists will try to modify the file we edit if the tag changes
// due to our alterations here.
- kapp->eventLoop()->processEvents(TQEventLoop::ExcludeUserInput);
+ tdeApp->eventLoop()->processEvents(TQEventLoop::ExcludeUserInput);
PlaylistItem *item = *it;