┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/statusbarspaceinfo.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-06-19 19:08:49 +0000
committerPeter Penz <[email protected]>2007-06-19 19:08:49 +0000
commita0ed7ae53d8ef463725fd07bd6acd381c979cd55 (patch)
tree1c4a420cd4ee4513c72f34961631d043b079f29d /src/statusbarspaceinfo.h
parent051f0b975d9e20e2cb47fced797726c41db635b2 (diff)
A cleanup in KDiskFreeSpace has been done -> adjust signal/slot to the new (and nicer) method signature
svn path=/trunk/KDE/kdebase/apps/; revision=677710
Diffstat (limited to 'src/statusbarspaceinfo.h')
-rw-r--r--src/statusbarspaceinfo.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/src/statusbarspaceinfo.h b/src/statusbarspaceinfo.h
index c40146431..5a11c0005 100644
--- a/src/statusbarspaceinfo.h
+++ b/src/statusbarspaceinfo.h
@@ -51,15 +51,10 @@ protected:
virtual void paintEvent(QPaintEvent* event);
private slots:
- /**
- * The strange signature of this method is due to a compiler
- * bug (?). More details are given inside the class KDiskFreeSp (see
- * KDE Libs documentation).
- */
- void slotFoundMountPoint(const quint64& kBSize,
- const quint64& kBUsed,
- const quint64& kBAvailable,
- const QString& mountPoint);
+ void slotFoundMountPoint(const QString& mountPoint,
+ quint64 kBSize,
+ quint64 kBUsed,
+ quint64 kBAvailable);
void showResult();
/** Refreshs the space information for the current set URL. */