summaryrefslogtreecommitdiffstats
path: root/libk9copy/k9cellcopylist.h
diff options
context:
space:
mode:
Diffstat (limited to 'libk9copy/k9cellcopylist.h')
-rw-r--r--libk9copy/k9cellcopylist.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libk9copy/k9cellcopylist.h b/libk9copy/k9cellcopylist.h
index c338567..4ea4877 100644
--- a/libk9copy/k9cellcopylist.h
+++ b/libk9copy/k9cellcopylist.h
@@ -44,13 +44,13 @@ public:
@author Jean-Michel PETIT
*/
-class k9CellVTSList : public QPtrList<k9CellCopyVTS> {
+class k9CellVTSList : public TQPtrList<k9CellCopyVTS> {
protected:
- int compareItems ( QPtrCollection::Item item1, QPtrCollection::Item item2 );
+ int compareItems ( TQPtrCollection::Item item1, TQPtrCollection::Item item2 );
};
-class k9CellCopyList : public QObjectList {
+class k9CellCopyList : public TQObjectList {
public:
k9CellCopyList(k9DVDRead * _dvdHandle,k9DVD *_DVD);
double getfactor(bool _withMenus,bool _streams);
@@ -89,7 +89,7 @@ private:
void addStreams(k9DVDTitle *_title,k9Cell *_cell);
void setVTS(uint _numVTS,uint32_t _size);
- //QPtrList <k9CellCopyVTS> VTSList;
+ //TQPtrList <k9CellCopyVTS> VTSList;
void sortVTSList();
};