From 5660db4e68c904cc2dd01888775483189cda7a10 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libk9copy/k9cell.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libk9copy/k9cell.h') diff --git a/libk9copy/k9cell.h b/libk9copy/k9cell.h index f5a6d45..d62a870 100755 --- a/libk9copy/k9cell.h +++ b/libk9copy/k9cell.h @@ -35,7 +35,7 @@ class k9Vobu : public TQObject { Q_OBJECT TQ_OBJECT public: - k9Vobu(k9Cell * tqparent,uint32_t _oldSector); + k9Vobu(k9Cell * parent,uint32_t _oldSector); ~k9Vobu(); uint32_t newSector; uint32_t oldSector; @@ -44,7 +44,7 @@ public: int firstSubp[32]; int firstVideo; bool empty; - k9Cell *tqparent; + k9Cell *parent; long vobPos; int vobNum; uchar frameType; @@ -65,7 +65,7 @@ class k9Cell : public TQObject { Q_OBJECT TQ_OBJECT public: - k9Cell(TQObject *tqparent = 0, const char *name = 0); + k9Cell(TQObject *parent = 0, const char *name = 0); ~k9Cell(); k9Vobu * addVobu(uint32_t _sector); void addNewVobus(char *_buffer,uint32_t _len,uint32_t _position,int _vobNum,long _vobPos); -- cgit v1.2.1