┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/statusbarspaceinfo.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-03-28 06:32:41 +0000
committerPeter Penz <[email protected]>2008-03-28 06:32:41 +0000
commitf40e6db807380b51a7b8a87d50dd6032f9a2ff55 (patch)
tree4fb1a846c6ba6b7120998c33853ad9c4c970abc4 /src/statusbarspaceinfo.h
parent1fed8b968cdf4e3dd9d5d9c10843a155e06ce172 (diff)
* minor coding style fixes
* replaced "Free disk space could not be determined" by "Unknown size", as the string would be too long fitting into the space information widget svn path=/trunk/KDE/kdebase/apps/; revision=791051
Diffstat (limited to 'src/statusbarspaceinfo.h')
-rw-r--r--src/statusbarspaceinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statusbarspaceinfo.h b/src/statusbarspaceinfo.h
index 99a0c78b5..eaecae8b4 100644
--- a/src/statusbarspaceinfo.h
+++ b/src/statusbarspaceinfo.h
@@ -53,7 +53,7 @@ private slots:
quint64 kBUsed,
quint64 kBAvailable);
- void slotKDFSDone();
+ void slotDiskFreeSpaceDone();
/** Refreshes the space information for the current set URL. */
void refresh();