From 82324bf130254bac6932131a55607c866773ca84 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 7 Jul 2011 21:14:06 +0000 Subject: Rename incorrect instances of tqrepaint[...] to repaint[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- lib/widgets/propeditor/propertyeditor.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/widgets/propeditor/propertyeditor.cpp b/lib/widgets/propeditor/propertyeditor.cpp index ce154236..b51ff4fc 100644 --- a/lib/widgets/propeditor/propertyeditor.cpp +++ b/lib/widgets/propeditor/propertyeditor.cpp @@ -305,7 +305,7 @@ void PropertyEditor::propertyValueChanged(Property *property) TQListViewItemIterator it(this); while (it.current()) { - tqrepaintItem(it.current()); + repaintItem(it.current()); ++it; } } @@ -323,7 +323,7 @@ void PropertyEditor::propertyChanged(MultiProperty *property, const TQVariant &v if (m_currentEditItem && (m_currentEditItem->property() == property)) { m_currentEditItem->setChanged(true); - tqrepaintItem(m_currentEditItem); + repaintItem(m_currentEditItem); } emit changed(); @@ -470,7 +470,7 @@ void PropertyEditor::undo() m_currentEditWidget->undo(); m_currentEditItem->setChanged(false); - tqrepaintItem(m_currentEditItem); + repaintItem(m_currentEditItem); } } -- cgit v1.2.3