diff options
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/statusBar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/statusBar.cpp b/src/ui/statusBar.cpp index 155f01d..b15084a 100644 --- a/src/ui/statusBar.cpp +++ b/src/ui/statusBar.cpp @@ -360,7 +360,7 @@ ProgressBar &StatusBar::newProgressOperation(QObject *owner) { QObject *owner = (QObject*)sender(); //HACK deconsting it KIO::Job *job = dynamic_cast<KIO::Job*>( owner ); - //FIXME doesn't seem to work for KIO::DeleteJob, it has it's own error handler and returns no error too + //FIXME doesn't seem to work for KIO::DeleteJob, it has its own error handler and returns no error too // if you try to delete http urls for instance <- KDE SUCKS! if( job && job->error() ) |