diff options
Diffstat (limited to 'kfind/kquery.cpp')
-rw-r--r-- | kfind/kquery.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kfind/kquery.cpp b/kfind/kquery.cpp index 44fc2a97d..b9dc76aa3 100644 --- a/kfind/kquery.cpp +++ b/kfind/kquery.cpp @@ -384,7 +384,7 @@ void KQuery::processQuery( KFileItem* file) return; } } - kapp->processEvents(); + tdeApp->processEvents(); } delete stream; |