summaryrefslogtreecommitdiffstats
path: root/tools/makeqpf/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/makeqpf/main.cpp')
-rw-r--r--tools/makeqpf/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/makeqpf/main.cpp b/tools/makeqpf/main.cpp
index 5d9bb185f..8abd2162e 100644
--- a/tools/makeqpf/main.cpp
+++ b/tools/makeqpf/main.cpp
@@ -198,7 +198,7 @@ public:
TQListViewItem* c = view->firstChild();
while ( c ) {
renderAndSave(c);
- qApp->processEvents();
+ tqApp->processEvents();
c = c->nextSibling();
}
}