From 99e44ac443d2590ecdeb0da46608a0a537177fd7 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/applications/kvirc@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/modules/raweditor/raweditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/raweditor') diff --git a/src/modules/raweditor/raweditor.cpp b/src/modules/raweditor/raweditor.cpp index 662dc371..521c994c 100644 --- a/src/modules/raweditor/raweditor.cpp +++ b/src/modules/raweditor/raweditor.cpp @@ -275,7 +275,7 @@ void KviRawEditor::toggleCurrentHandlerEnabled() if(m_pLastEditedItem) { m_pLastEditedItem->m_bEnabled = !(m_pLastEditedItem->m_bEnabled); - m_pListView->tqrepaintItem(m_pLastEditedItem); + m_pListView->repaintItem(m_pLastEditedItem); selectionChanged(m_pLastEditedItem); } } -- cgit v1.2.1