summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/storage.cpp
Unidiff
Diffstat (limited to 'noncore/settings/sysinfo/storage.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sysinfo/storage.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/settings/sysinfo/storage.cpp b/noncore/settings/sysinfo/storage.cpp
index 4ef7122..fc583e3 100644
--- a/noncore/settings/sysinfo/storage.cpp
+++ b/noncore/settings/sysinfo/storage.cpp
@@ -15,25 +15,24 @@
15** 15**
16** Contact info@trolltech.com if any conditions of this licensing are 16** Contact info@trolltech.com if any conditions of this licensing are
17** not clear to you. 17** not clear to you.
18** 18**
19**********************************************************************/ 19**********************************************************************/
20// additions copyright 2002 by L.J. Potter 20// additions copyright 2002 by L.J. Potter
21 21
22#include <qpe/storage.h> 22#include <qpe/storage.h>
23 23
24#include <qlabel.h> 24#include <qlabel.h>
25#include <qlayout.h> 25#include <qlayout.h>
26#include <qscrollview.h> 26#include <qscrollview.h>
27#include <qtimer.h>
28#include <qwhatsthis.h> 27#include <qwhatsthis.h>
29 28
30#include "graph.h" 29#include "graph.h"
31#include "storage.h" 30#include "storage.h"
32 31
33#include <stdio.h> 32#include <stdio.h>
34 #if defined(_OS_LINUX_) || defined(Q_OS_LINUX) 33 #if defined(_OS_LINUX_) || defined(Q_OS_LINUX)
35#include <sys/vfs.h> 34#include <sys/vfs.h>
36#include <mntent.h> 35#include <mntent.h>
37 #endif 36 #endif
38 37
39FileSysInfo::FileSysInfo( QWidget *parent, const char *name ) 38FileSysInfo::FileSysInfo( QWidget *parent, const char *name )