From 33881ea4441221b1ca0789a72c4c7249d923a0df Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libk3b/tools/k3bexceptions.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libk3b/tools/k3bexceptions.cpp') diff --git a/libk3b/tools/k3bexceptions.cpp b/libk3b/tools/k3bexceptions.cpp index 70c11e5..1d8806f 100644 --- a/libk3b/tools/k3bexceptions.cpp +++ b/libk3b/tools/k3bexceptions.cpp @@ -25,7 +25,7 @@ bool K3bExceptions::brokenDaoAudio( K3bDevice::Device* dev ) if( dev->vendor().upper().startsWith("HL-DT-ST") ) if( dev->description().upper().startsWith("RW/DVD GCC-4320B") || - dev->description().upper().tqcontains("GCE-8520B") ) + dev->description().upper().contains("GCE-8520B") ) return true; if( dev->vendor().upper().startsWith("PHILIPS") && @@ -35,7 +35,7 @@ bool K3bExceptions::brokenDaoAudio( K3bDevice::Device* dev ) if( dev->vendor().upper().startsWith("LITE-ON") ) if( dev->description().upper().startsWith("LTR-32123S") || dev->description().upper().startsWith("LTR-40125S") || - dev->description().upper().tqcontains("LTC-48161H") || + dev->description().upper().contains("LTC-48161H") || dev->description().upper().startsWith("DVDRW LDW-811S") ) return true; -- cgit v1.2.3