diff options
| author | Oscar Blumberg <[email protected]> | 2007-02-22 20:15:20 +0000 |
|---|---|---|
| committer | Oscar Blumberg <[email protected]> | 2007-02-22 20:15:20 +0000 |
| commit | 9c8e7f4e43d23c6d014ca4ffe2083ad8cc737753 (patch) | |
| tree | a3d8eda5adf69cd9cd6fd88cc0112e3192ab4eb1 /src/dolphinview.cpp | |
| parent | 571e40b057c8fef7da6c5be70683898b349708bb (diff) | |
Add libkmetadata detection and minor fixes
SVN_SILENT
svn path=/trunk/KDE/kdebase/apps/; revision=636328
Diffstat (limited to 'src/dolphinview.cpp')
| -rw-r--r-- | src/dolphinview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 86b864583..5ec8c901e 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -654,7 +654,7 @@ void DolphinView::updateProgress(int percent) void DolphinView::updateItemCount() { if (m_showProgress) { - m_statusBar->setProgressText(QString::null); + m_statusBar->setProgressText(QString()); m_statusBar->setProgress(100); m_showProgress = false; } |
