summaryrefslogtreecommitdiffstats
path: root/src/canvasmanipulator.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
commite05894553004a47b1e2f276bedcf5963b57a3932 (patch)
tree2c12af14a609c053131e3a463068fa7589e6ac6a /src/canvasmanipulator.cpp
parent60cba8acf96454af45641d6190a3f2ac9f9ff9b0 (diff)
downloadktechlab-e05894553004a47b1e2f276bedcf5963b57a3932.tar.gz
ktechlab-e05894553004a47b1e2f276bedcf5963b57a3932.zip
rename the following methods:
tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktechlab@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/canvasmanipulator.cpp')
-rw-r--r--src/canvasmanipulator.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/canvasmanipulator.cpp b/src/canvasmanipulator.cpp
index eb4bd90..cdf3fce 100644
--- a/src/canvasmanipulator.cpp
+++ b/src/canvasmanipulator.cpp
@@ -71,7 +71,7 @@ CMManager::~CMManager()
void CMManager::addManipulatorInfo( ManipulatorInfo *eventInfo )
{
- if ( eventInfo && !m_manipulatorInfoList.tqcontains(eventInfo) ) {
+ if ( eventInfo && !m_manipulatorInfoList.contains(eventInfo) ) {
m_manipulatorInfoList.prepend(eventInfo);
}
}
@@ -961,7 +961,7 @@ bool CMItemMove::mousePressedInitial( const EventInfo &eventInfo )
return true;
- if ( !p_selectList->tqcontains(item) )
+ if ( !p_selectList->contains(item) )
{
if (!eventInfo.ctrlPressed)
p_itemDocument->unselectAll();
@@ -1255,7 +1255,7 @@ bool CMMechItemMove::mousePressedInitial( const EventInfo &eventInfo )
mechItem->setParentItem(0l);
}
}
- else if ( !p_selectList->tqcontains(mechItem) )
+ else if ( !p_selectList->contains(mechItem) )
{
if (!eventInfo.ctrlPressed)
p_mechanicsDocument->unselectAll();