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/core/k3bcore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libk3b/core/k3bcore.cpp') diff --git a/libk3b/core/k3bcore.cpp b/libk3b/core/k3bcore.cpp index 38d3c07..a32acae 100644 --- a/libk3b/core/k3bcore.cpp +++ b/libk3b/core/k3bcore.cpp @@ -346,7 +346,7 @@ void K3bCore::unblockDevice( K3bDevice::Device* dev ) bool K3bCore::internalBlockDevice( K3bDevice::Device* dev ) { - if( !d->blockedDevices.tqcontains( dev ) ) { + if( !d->blockedDevices.contains( dev ) ) { d->blockedDevices.append( dev ); return true; } -- cgit v1.2.3