summaryrefslogtreecommitdiffstats
path: root/juk/collectionlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'juk/collectionlist.h')
-rw-r--r--juk/collectionlist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/juk/collectionlist.h b/juk/collectionlist.h
index e26a8c3a..3fbf9a5a 100644
--- a/juk/collectionlist.h
+++ b/juk/collectionlist.h
@@ -172,8 +172,8 @@ public:
virtual void refresh();
PlaylistItem *itemForPlaylist(const Playlist *playlist);
void updateCollectionDict(const TQString &oldPath, const TQString &newPath);
- void tqrepaint() const;
- PlaylistItemList tqchildren() const { return m_tqchildren; }
+ void repaint() const;
+ PlaylistItemList children() const { return m_children; }
protected:
CollectionListItem(const FileHandle &file);
@@ -192,7 +192,7 @@ protected:
private:
bool m_shuttingDown;
- PlaylistItemList m_tqchildren;
+ PlaylistItemList m_children;
};
#endif