summaryrefslogtreecommitdiffstats
path: root/src/icndocument.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/icndocument.cpp')
-rw-r--r--src/icndocument.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/icndocument.cpp b/src/icndocument.cpp
index e78e631..9509d25 100644
--- a/src/icndocument.cpp
+++ b/src/icndocument.cpp
@@ -1142,7 +1142,7 @@ void ICNDocument::requestRerouteInvalidatedConnectors()
}
void ICNDocument::rerouteInvalidatedConnectors()
{
- tqApp->tqprocessEvents(300);
+ tqApp->processEvents(300);
// We only ever need to add the connector points for CNItem's when we're about to reroute...
addAllItemConnectorPoints();