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 --- src/k3bmediaselectioncombobox.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/k3bmediaselectioncombobox.cpp') diff --git a/src/k3bmediaselectioncombobox.cpp b/src/k3bmediaselectioncombobox.cpp index 4dd5fde..42b4b05 100644 --- a/src/k3bmediaselectioncombobox.cpp +++ b/src/k3bmediaselectioncombobox.cpp @@ -157,7 +157,7 @@ TQValueList K3bMediaSelectionComboBox::allDevices() const void K3bMediaSelectionComboBox::setSelectedDevice( K3bDevice::Device* dev ) { - if( dev && d->deviceIndexMap.tqcontains( dev ) ) { + if( dev && d->deviceIndexMap.contains( dev ) ) { setCurrentItem( d->deviceIndexMap[dev] ); emit selectionChanged( dev ); } @@ -298,7 +298,7 @@ void K3bMediaSelectionComboBox::updateMedia() emit selectionChanged( 0 ); } } - else if( selected && d->deviceIndexMap.tqcontains( selected ) ) { + else if( selected && d->deviceIndexMap.contains( selected ) ) { setCurrentItem( d->deviceIndexMap[selected] ); } else { @@ -346,7 +346,7 @@ void K3bMediaSelectionComboBox::addMedium( K3bDevice::Device* dev ) // Now let's see if this string is already contained in the list // and if so add the device name to both // - if( d->mediaStringMap.tqcontains( s ) ) { + if( d->mediaStringMap.contains( s ) ) { // // insert the modified string // -- cgit v1.2.3