summaryrefslogtreecommitdiff
path: root/src/gui/dialogs/qprogressdialog.cpp
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-06-11 13:39:09 +0200
committerThierry Bastian <thierry.bastian@nokia.com>2009-06-11 16:07:03 +0200
commit35e2a2978a2318ca025393a8f67d30746c8b78fc (patch)
treef96f760ebd7e9c9f7a1f8d5f4400a03a1ae69e44 /src/gui/dialogs/qprogressdialog.cpp
parent3f7a7c20c8493f62e090e703acfd581a4e3c4d2e (diff)
downloadqt4-tools-35e2a2978a2318ca025393a8f67d30746c8b78fc.tar.gz
Removed qApp and replaced with QApplication:: for static member calls
Diffstat (limited to 'src/gui/dialogs/qprogressdialog.cpp')
-rw-r--r--src/gui/dialogs/qprogressdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/qprogressdialog.cpp b/src/gui/dialogs/qprogressdialog.cpp
index 66a1285003..b68a0a721c 100644
--- a/src/gui/dialogs/qprogressdialog.cpp
+++ b/src/gui/dialogs/qprogressdialog.cpp
@@ -643,7 +643,7 @@ void QProgressDialog::setValue(int progress)
if (d->shown_once) {
if (isModal())
- qApp->processEvents();
+ QApplication::processEvents();
} else {
if (progress == 0) {
d->starttime.start();