From 940c092f32d40263ad6b24f948eaf4c48b01e99a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:13:25 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- juk/playlistcollection.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'juk/playlistcollection.h') 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 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(); } -- cgit v1.2.1