┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/statusbarspaceinfo.h
diff options
context:
space:
mode:
authorJeff Mitchell <[email protected]>2008-08-22 20:44:42 +0000
committerJeff Mitchell <[email protected]>2008-08-22 20:44:42 +0000
commitcd3e667e9c29d848f1a21fb37b1182adceeab27d (patch)
tree10b06c0adef332d03a669bf0b5de4e32f3a25b21 /src/statusbarspaceinfo.h
parent1a5611b5569559044f50dee5a7c476746c0ed6f7 (diff)
Use KDiskFreeSpaceInfo instead of deprecated KDiskFreeSpace. This has the bonus effect of making the logic much simpler.
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=851082
Diffstat (limited to 'src/statusbarspaceinfo.h')
-rw-r--r--src/statusbarspaceinfo.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/statusbarspaceinfo.h b/src/statusbarspaceinfo.h
index 93ea3fe9f..839c74e1a 100644
--- a/src/statusbarspaceinfo.h
+++ b/src/statusbarspaceinfo.h
@@ -46,21 +46,10 @@ public:
const KUrl& url() const;
private slots:
- void slotFoundMountPoint(const QString& mountPoint,
- quint64 kBSize,
- quint64 kBUsed,
- quint64 kBAvailable);
-
- void slotDiskFreeSpaceDone();
-
/** Refreshes the space information for the current set URL. */
void refresh();
- void showGettingSizeInfo();
-
private:
- bool m_gettingSize;
- bool m_foundMountPoint;
quint64 m_kBSize;
KUrl m_url;
};