summaryrefslogtreecommitdiffstats
path: root/libk9copy/k9cellcopylist.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-27 23:37:00 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-27 23:37:00 +0000
commitb0e912c8b3d02a518fedda28c3180eb4794a7520 (patch)
tree07d344862562fab58cbe2df39d13d16f2e4d2bea /libk9copy/k9cellcopylist.h
parent4d695ec81fe4d4335ee82c7a9346ad9c9e144ecc (diff)
downloadk9copy-b0e912c8b3d02a518fedda28c3180eb4794a7520.tar.gz
k9copy-b0e912c8b3d02a518fedda28c3180eb4794a7520.zip
TQt4 convert k9copy
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1233843 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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();
};