#ifndef STATUSBARSPACEINFO_H
#define STATUSBARSPACEINFO_H
-#include <kurl.h>
+#include <KUrl>
#include <QColor>
#include <QKeyEvent>
void hideEvent(QHideEvent* event);
private slots:
- /** Refreshes the space information for the current set URL. */
- void refresh();
+ /**
+ * Calculates the space information for the current set URL.
+ */
+ void calculateSpaceInfo();
private:
quint64 m_kBSize;