diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
commit | afbfdc507bfaafc8824a9808311d57a9ece87510 (patch) | |
tree | 47be45bbd69c321ce79e14b683e59318748be9cb /karbon/dockers/vdocumentdocker.cc | |
parent | 880d042b2902fae8007f202dd35ad9330499867b (diff) | |
download | koffice-afbfdc507bfaafc8824a9808311d57a9ece87510.tar.gz koffice-afbfdc507bfaafc8824a9808311d57a9ece87510.zip |
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'karbon/dockers/vdocumentdocker.cc')
-rw-r--r-- | karbon/dockers/vdocumentdocker.cc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/karbon/dockers/vdocumentdocker.cc b/karbon/dockers/vdocumentdocker.cc index b63ae9ae..84ed5200 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 |