summaryrefslogtreecommitdiffstats
path: root/karbon/commands/vcommand.cc
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/commands/vcommand.cc')
-rw-r--r--karbon/commands/vcommand.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/karbon/commands/vcommand.cc b/karbon/commands/vcommand.cc
index 97da53b5..da08d94f 100644
--- a/karbon/commands/vcommand.cc
+++ b/karbon/commands/vcommand.cc
@@ -137,7 +137,7 @@ VCommandHistory::undo()
updateActions();
- m_part->tqrepaintAllViews();
+ m_part->repaintAllViews();
}
void
@@ -170,7 +170,7 @@ VCommandHistory::redo()
updateActions();
- m_part->tqrepaintAllViews();
+ m_part->repaintAllViews();
}
void
@@ -186,7 +186,7 @@ VCommandHistory::undo( VCommand* command )
updateActions();
- m_part->tqrepaintAllViews();
+ m_part->repaintAllViews();
}
void
@@ -202,7 +202,7 @@ VCommandHistory::redo( VCommand* command )
updateActions();
- m_part->tqrepaintAllViews();
+ m_part->repaintAllViews();
}
void
@@ -231,7 +231,7 @@ VCommandHistory::undoAllTo( VCommand* command )
emit commandExecuted();
updateActions();
- m_part->tqrepaintAllViews();
+ m_part->repaintAllViews();
}
void
@@ -260,7 +260,7 @@ VCommandHistory::redoAllTo( VCommand* command )
emit commandExecuted();
updateActions();
- m_part->tqrepaintAllViews();
+ m_part->repaintAllViews();
}
void