┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/statusbarspaceinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/statusbarspaceinfo.h')
-rw-r--r--src/statusbarspaceinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/statusbarspaceinfo.h b/src/statusbarspaceinfo.h
index 195c1971b..832571651 100644
--- a/src/statusbarspaceinfo.h
+++ b/src/statusbarspaceinfo.h
@@ -41,7 +41,7 @@ public:
StatusBarSpaceInfo(QWidget* parent);
virtual ~StatusBarSpaceInfo();
- void setURL(const KUrl& url);
+ void setUrl(const KUrl& url);
const KUrl& url() const { return m_url; }
protected:
@@ -60,7 +60,7 @@ private slots:
const QString& mountPoint);
void slotDone();
- /** Refreshs the space information for the current set URL. */
+ /** Refreshs the space information for the current set Url. */
void refresh();
private: