summaryrefslogtreecommitdiffstats
path: root/karbon/dockers/vdocumentdocker.cc
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/dockers/vdocumentdocker.cc')
-rw-r--r--karbon/dockers/vdocumentdocker.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/karbon/dockers/vdocumentdocker.cc b/karbon/dockers/vdocumentdocker.cc
index b63ae9aea..84ed52000 100644
--- a/karbon/dockers/vdocumentdocker.cc
+++ b/karbon/dockers/vdocumentdocker.cc
@@ -680,7 +680,7 @@ VLayersTab::itemClicked( TQListViewItem* item, const TQPoint &, int col )
updateChildItems( layerItem );
- m_view->part()->tqrepaintAllViews();
+ m_view->part()->repaintAllViews();
}
}
else
@@ -708,7 +708,7 @@ VLayersTab::itemClicked( TQListViewItem* item, const TQPoint &, int col )
if( dynamic_cast<VGroup*>( objectItem->object() ) )
updateChildItems( objectItem );
- m_view->part()->tqrepaintAllViews();
+ m_view->part()->repaintAllViews();
}
}
}
@@ -745,7 +745,7 @@ VLayersTab::selectionChangedFromList()
}
m_view->selectionChanged();
- m_view->part()->tqrepaintAllViews();
+ m_view->part()->repaintAllViews();
}
void
@@ -926,7 +926,7 @@ VLayersTab::deleteItem()
if( cmd )
{
updatePreviews();
- m_view->part()->tqrepaintAllViews();
+ m_view->part()->repaintAllViews();
}
} // VLayersTab::deleteItem
@@ -1297,9 +1297,9 @@ VHistoryTab::commandExecuted( VCommand* command )
}
if ( found )
{
- m_history->tqrepaintItem( item );
+ m_history->repaintItem( item );
if ( item->tqparent() )
- m_history->tqrepaintItem( item->tqparent() );
+ m_history->repaintItem( item->tqparent() );
m_history->ensureItemVisible( item );
}
} // VHistoryTab::commandExecuted