From cd3e667e9c29d848f1a21fb37b1182adceeab27d Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 22 Aug 2008 20:44:42 +0000 Subject: Use KDiskFreeSpaceInfo instead of deprecated KDiskFreeSpace. This has the bonus effect of making the logic much simpler. CCMAIL: peter.penz@gmx.at svn path=/trunk/KDE/kdebase/apps/; revision=851082 --- src/statusbarspaceinfo.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/statusbarspaceinfo.h') 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; }; -- cgit v1.3