diff options
Diffstat (limited to 'tools/makeqpf/main.cpp')
-rw-r--r-- | tools/makeqpf/main.cpp | 2 |
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(); } } |