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/playlist.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'juk/playlist.h') diff --git a/juk/playlist.h b/juk/playlist.h index 6016a3cb..348dda24 100644 --- a/juk/playlist.h +++ b/juk/playlist.h @@ -31,8 +31,8 @@ #include "playlistinterface.h" #include "playlistitem.h" -class KPopupMenu; -class KActionMenu; +class TDEPopupMenu; +class TDEActionMenu; class TQEvent; @@ -43,7 +43,7 @@ class UpcomingPlaylist; typedef TQValueList PlaylistItemList; -class Playlist : public KListView, public PlaylistInterface +class Playlist : public TDEListView, public PlaylistInterface { Q_OBJECT @@ -224,10 +224,10 @@ public: void setName(const TQString &n); /** - * Returns the KActionMenu that allows this to be embedded in menus outside + * Returns the TDEActionMenu that allows this to be embedded in menus outside * of the playlist. */ - KActionMenu *columnVisibleAction() const { return m_columnVisibleAction; } + TDEActionMenu *columnVisibleAction() const { return m_columnVisibleAction; } /** * Set item to be the playing item. If \a item is null then this will clear @@ -353,7 +353,7 @@ public slots: * @see clearItems() */ virtual void clear(); - virtual void selectAll() { KListView::selectAll(true); } + virtual void selectAll() { TDEListView::selectAll(true); } /** * Refreshes the tags of the selection from disk, or all of the files in the @@ -612,7 +612,7 @@ private slots: void slotColumnOrderChanged(int, int from, int to); /** - * Toggles a columns visible status. Useful for KActions. + * Toggles a columns visible status. Useful for TDEActions. * * \see hideColumn() * \see showColumn() @@ -693,9 +693,9 @@ private: TQString m_playlistName; TQString m_fileName; - KPopupMenu *m_rmbMenu; - KPopupMenu *m_headerMenu; - KActionMenu *m_columnVisibleAction; + TDEPopupMenu *m_rmbMenu; + TDEPopupMenu *m_headerMenu; + TDEActionMenu *m_columnVisibleAction; PlaylistToolTip *m_toolTip; /** -- cgit v1.2.1