summaryrefslogtreecommitdiffstats
path: root/src/k3bmediaselectioncombobox.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
commit33881ea4441221b1ca0789a72c4c7249d923a0df (patch)
treeffe5603da373bb346bb29c8e0f533776f66560a5 /src/k3bmediaselectioncombobox.cpp
parent6d99e1e138ae5aafc10f14682c48221bf563152e (diff)
downloadk3b-33881ea4441221b1ca0789a72c4c7249d923a0df.tar.gz
k3b-33881ea4441221b1ca0789a72c4c7249d923a0df.zip
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
Diffstat (limited to 'src/k3bmediaselectioncombobox.cpp')
-rw-r--r--src/k3bmediaselectioncombobox.cpp6
1 files changed, 3 insertions, 3 deletions
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<K3bDevice::Device*> 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
//