summaryrefslogtreecommitdiffstats
path: root/src/dialogs/qprogressdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/qprogressdialog.cpp')
-rw-r--r--src/dialogs/qprogressdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/qprogressdialog.cpp b/src/dialogs/qprogressdialog.cpp
index bdae310..b7d83eb 100644
--- a/src/dialogs/qprogressdialog.cpp
+++ b/src/dialogs/qprogressdialog.cpp
@@ -456,7 +456,7 @@ void QProgressDialog::setBar( QProgressBar *bar )
{
if ( progress() > 0 ) {
#if defined(QT_CHECK_STATE)
- qWarning( "QProgrssDialog::setBar: Cannot set a new progress bar "
+ tqWarning( "QProgrssDialog::setBar: Cannot set a new progress bar "
"while the old one is active" );
#endif
}