author | mickeyl <mickeyl> | 2005-01-29 12:24:37 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-01-29 12:24:37 (UTC) |
commit | 0db5704f66f0d08f9928f749774ee0f37bb0250d (patch) (unidiff) | |
tree | 73eea13320ec916b397dd94dc47ce8e5fdebd2b8 | |
parent | d4cf8c6020c46e5dc97b75f3a9781ddc15416b3a (diff) | |
download | opie-0db5704f66f0d08f9928f749774ee0f37bb0250d.zip opie-0db5704f66f0d08f9928f749774ee0f37bb0250d.tar.gz opie-0db5704f66f0d08f9928f749774ee0f37bb0250d.tar.bz2 |
fix
-rw-r--r-- | noncore/applets/memoryapplet/memorystatus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/applets/memoryapplet/memorystatus.cpp b/noncore/applets/memoryapplet/memorystatus.cpp index 95ae06b..9993894 100644 --- a/noncore/applets/memoryapplet/memorystatus.cpp +++ b/noncore/applets/memoryapplet/memorystatus.cpp | |||
@@ -18,7 +18,7 @@ | |||
18 | ** | 18 | ** |
19 | **********************************************************************/ | 19 | **********************************************************************/ |
20 | #include "memorystatus.h" | 20 | #include "memorystatus.h" |
21 | #include "../../settings/sysinfo/memory.h" | 21 | #include "memory.h" |
22 | #include "swapfile.h" | 22 | #include "swapfile.h" |
23 | 23 | ||
24 | #include <qpainter.h> | 24 | #include <qpainter.h> |