#include <KLocalizedString>
#include <KNS3/KMoreToolsMenuFactory>
-#include <knewstuff_version.h>
#include <QMouseEvent>
return m_url;
}
+void StatusBarSpaceInfo::update()
+{
+ if (m_observer) {
+ m_observer->update();
+ }
+}
+
void StatusBarSpaceInfo::showEvent(QShowEvent* event)
{
KCapacityBar::showEvent(event);