summaryrefslogtreecommitdiffstats
path: root/amarok/src/playlistitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/playlistitem.h')
-rw-r--r--amarok/src/playlistitem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/playlistitem.h b/amarok/src/playlistitem.h
index a3640c82..3477906b 100644
--- a/amarok/src/playlistitem.h
+++ b/amarok/src/playlistitem.h
@@ -3,7 +3,7 @@
//NOTE please show restraint when adding data members to this class!
// some users have playlists with 20,000 items or more in, one 32 bit int adds up rapidly!
-// -- on second thought, 80KB isn't all that much. be careful with QStrings, though.
+// -- on second thought, 80KB isn't all that much. be careful with TQStrings, though.
#ifndef PLAYLISTITEM_H
@@ -96,7 +96,7 @@ class LIBAMAROK_EXPORT PlaylistItem : public MetaBundle, public KListViewItem
//updates only the area of a specific column, avoids flickering of the current item marker
void updateColumn( int column ) const;
- virtual void setup(); // from QListViewItem
+ virtual void setup(); // from TQListViewItem
virtual bool operator== ( const PlaylistItem & item ) const;
virtual bool operator< ( const PlaylistItem & item ) const;