summaryrefslogtreecommitdiff
path: root/noncore/applets/memoryapplet/memorystatus.h
Unidiff
Diffstat (limited to 'noncore/applets/memoryapplet/memorystatus.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/applets/memoryapplet/memorystatus.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/applets/memoryapplet/memorystatus.h b/noncore/applets/memoryapplet/memorystatus.h
index 5c73833..c3926db 100644
--- a/noncore/applets/memoryapplet/memorystatus.h
+++ b/noncore/applets/memoryapplet/memorystatus.h
@@ -22,9 +22,11 @@
22 22
23#include <qframe.h> 23#include <qframe.h>
24 24
25#include <opie2/otabwidget.h>
26
25class MemoryInfo; 27class MemoryInfo;
26class Swapfile; 28class Swapfile;
27class OTabWidget; 29using Opie::OTabWidget;
28 30
29class MemoryStatus : public QFrame 31class MemoryStatus : public QFrame
30{ 32{