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/statusbarspaceinfo.cpp | |
| parent | 571e40b057c8fef7da6c5be70683898b349708bb (diff) | |
Add libkmetadata detection and minor fixes
SVN_SILENT
svn path=/trunk/KDE/kdebase/apps/; revision=636328
Diffstat (limited to 'src/statusbarspaceinfo.cpp')
| -rw-r--r-- | src/statusbarspaceinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statusbarspaceinfo.cpp b/src/statusbarspaceinfo.cpp index 8d07d7996..c648351eb 100644 --- a/src/statusbarspaceinfo.cpp +++ b/src/statusbarspaceinfo.cpp @@ -98,7 +98,7 @@ void StatusBarSpaceInfo::paintEvent(QPaintEvent* /* event */) text = i18n("Getting size..."); } else { - text = QString::null; + text = QString(); QTimer::singleShot(0, this, SLOT(hide())); } } |
