From a0ed7ae53d8ef463725fd07bd6acd381c979cd55 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 19 Jun 2007 19:08:49 +0000 Subject: 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 --- src/statusbarspaceinfo.h | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'src/statusbarspaceinfo.h') 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. */ -- cgit v1.3