diff options
author | Timothy Pearson <[email protected]> | 2011-12-16 09:55:52 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-16 09:55:52 -0600 |
commit | a372f822fe1b3fad682bf6796cb62da4f13a31db (patch) | |
tree | a3ac24d6627eebc22e3c9490e7742f594f17d8ad /src/k9play.h | |
parent | b8a4f26c42f6d41e8251b60357f1a6990c1e8ad8 (diff) | |
download | k9copy-a372f822fe1b3fad682bf6796cb62da4f13a31db.tar.gz k9copy-a372f822fe1b3fad682bf6796cb62da4f13a31db.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit b8a4f26c42f6d41e8251b60357f1a6990c1e8ad8.
Diffstat (limited to 'src/k9play.h')
-rw-r--r-- | src/k9play.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/k9play.h b/src/k9play.h index 21d39dc..c291151 100644 --- a/src/k9play.h +++ b/src/k9play.h @@ -63,8 +63,8 @@ private: bool readNavPack (k9DVDFile *fh, dsi_t *dsi,int sector, uchar *_buffer); void insert_dummy_pack (int8_t *buf); void insert_nav_pack (int8_t *buf); - void saveStatus(k9play_st _status); - void readStatus(k9play_st &_status); + void savetqStatus(k9play_st _status); + void readtqStatus(k9play_st &_status); void flush(k9SaveImage &_saveImage); public: k9play(); @@ -91,7 +91,7 @@ public: void setinject(TQString _value); void setdvdSize(TQString _value); void setchapterSize(TQString _value); - void setinitStatus(bool _value); + void setinittqStatus(bool _value); void setcontinue (bool _value); void setfirstPass (bool _value); void setforcedFactor(bool _value); |