summaryrefslogtreecommitdiffstats
path: root/juk/playlistcollection.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:13:25 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:13:25 -0600
commit940c092f32d40263ad6b24f948eaf4c48b01e99a (patch)
treef5235b5c44e8aaedd3484a00551e29993d548590 /juk/playlistcollection.h
parentced2058eaf8e5af831ebc02812a18937ff7e1de3 (diff)
downloadtdemultimedia-940c092f32d40263ad6b24f948eaf4c48b01e99a.tar.gz
tdemultimedia-940c092f32d40263ad6b24f948eaf4c48b01e99a.zip
Rename a number of classes to enhance compatibility with KDE4
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(); }