summaryrefslogtreecommitdiffstats
path: root/juk/playlistcollection.h
diff options
context:
space:
mode:
Diffstat (limited to 'juk/playlistcollection.h')
-rw-r--r--juk/playlistcollection.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/juk/playlistcollection.h b/juk/playlistcollection.h
index 93fa71f7..2105b9cf 100644
--- a/juk/playlistcollection.h
+++ b/juk/playlistcollection.h
@@ -26,7 +26,7 @@
#include <tqguardedptr.h>
class TQWidgetStack;
-class KAction;
+class TDEAction;
class Playlist;
class PlaylistItem;
class HistoryPlaylist;
@@ -215,11 +215,11 @@ public:
ActionHandler(PlaylistCollection *collection);
private:
- KAction *createAction(const TQString &text,
+ TDEAction *createAction(const TQString &text,
const char *slot,
const char *name,
const TQString &icon = TQString(),
- const KShortcut &shortcut = KShortcut());
+ const TDEShortcut &shortcut = TDEShortcut());
private slots:
void slotPlayFirst() { m_collection->playFirst(); }
void slotPlayNextAlbum() { m_collection->playNextAlbum(); }