summaryrefslogtreecommitdiffstats
path: root/juk/playlistcollection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'juk/playlistcollection.cpp')
-rw-r--r--juk/playlistcollection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/playlistcollection.cpp b/juk/playlistcollection.cpp
index 1d96e025..ab7b2659 100644
--- a/juk/playlistcollection.cpp
+++ b/juk/playlistcollection.cpp
@@ -44,7 +44,7 @@
#include <tqwidgetstack.h>
#include <tqhbox.h>
-#define widget (kapp->mainWidget())
+#define widget (tdeApp->mainWidget())
using namespace ActionCollection;
@@ -582,7 +582,7 @@ void PlaylistCollection::setUpcomingPlaylistEnabled(bool enable)
m_upcomingPlaylist = 0;
if(raiseCollection) {
- kapp->processEvents(); // Seems to stop a crash, weird.
+ tdeApp->processEvents(); // Seems to stop a crash, weird.
raise(CollectionList::instance());
}
}