summaryrefslogtreecommitdiffstats
path: root/juk/collectionlist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'juk/collectionlist.cpp')
-rw-r--r--juk/collectionlist.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/juk/collectionlist.cpp b/juk/collectionlist.cpp
index 7b22542e..d55d80c1 100644
--- a/juk/collectionlist.cpp
+++ b/juk/collectionlist.cpp
@@ -228,13 +228,13 @@ CollectionList::CollectionList(PlaylistCollection *collection) :
m_itemsDict(5003),
m_columnTags(15, 0)
{
- new KAction(i18n("Show Playing"), KShortcut(), ActionCollection::actions(), "showPlaying");
+ new TDEAction(i18n("Show Playing"), TDEShortcut(), ActionCollection::actions(), "showPlaying");
connect(action("showPlaying"), TQT_SIGNAL(activated()), this, TQT_SLOT(slotShowPlaying()));
- connect(action<KToolBarPopupAction>("back")->popupMenu(), TQT_SIGNAL(aboutToShow()),
+ connect(action<TDEToolBarPopupAction>("back")->popupMenu(), TQT_SIGNAL(aboutToShow()),
this, TQT_SLOT(slotPopulateBackMenu()));
- connect(action<KToolBarPopupAction>("back")->popupMenu(), TQT_SIGNAL(activated(int)),
+ connect(action<TDEToolBarPopupAction>("back")->popupMenu(), TQT_SIGNAL(activated(int)),
this, TQT_SLOT(slotPlayFromBackMenu(int)));
setSorting(-1); // Temporarily disable sorting to add items faster.