diff options
Diffstat (limited to 'src/modules/raweditor/raweditor.cpp')
-rw-r--r-- | src/modules/raweditor/raweditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |