diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:35:48 -0600 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-23 15:43:45 +0200 |
| commit | feae001a0240fdca57cc68779f59f88e6af49335 (patch) | |
| tree | e8c1ef6b2ca3f23c77647b98373ed1750eac267b /libk3b/projects/k3binffilewriter.cpp | |
| parent | be2dabe8503655c1f6b8049955c499e4f47a51d7 (diff) | |
| download | k3b-feae001a0240fdca57cc68779f59f88e6af49335.tar.gz k3b-feae001a0240fdca57cc68779f59f88e6af49335.zip | |
Remove additional unneeded tq method conversions
(cherry picked from commit 5183781c5dddd8447b308c24b2d7f9257bd0bcad)
Diffstat (limited to 'libk3b/projects/k3binffilewriter.cpp')
| -rw-r--r-- | libk3b/projects/k3binffilewriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/projects/k3binffilewriter.cpp b/libk3b/projects/k3binffilewriter.cpp index 6d71967..050b69f 100644 --- a/libk3b/projects/k3binffilewriter.cpp +++ b/libk3b/projects/k3binffilewriter.cpp @@ -130,7 +130,7 @@ bool K3bInfFileWriter::save( TQTextStream& s ) s << "Index0=\t\t" << m_index0 << endl; - return ( s.tqdevice()->status() == IO_Ok ); + return ( s.device()->status() == IO_Ok ); } |
