author | ibotty <ibotty> | 2002-10-11 17:46:17 (UTC) |
---|---|---|
committer | ibotty <ibotty> | 2002-10-11 17:46:17 (UTC) |
commit | 9c59f37d6563f30318b30a1b84318d7e3e15ec7d (patch) (unidiff) | |
tree | 33965ce487377f86cd1992f2f17c0946498e94be | |
parent | 01f26248efccbd764e7c82b74372f33a4bbae303 (diff) | |
download | opie-9c59f37d6563f30318b30a1b84318d7e3e15ec7d.zip opie-9c59f37d6563f30318b30a1b84318d7e3e15ec7d.tar.gz opie-9c59f37d6563f30318b30a1b84318d7e3e15ec7d.tar.bz2 |
changed #include from widget.h to widget_layer.h
-rw-r--r-- | noncore/apps/opie-console/vt102emulation.cpp | 2 | ||||
-rw-r--r-- | noncore/apps/opie-console/vt102emulation.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/vt102emulation.cpp b/noncore/apps/opie-console/vt102emulation.cpp index 7eecef3..0ebefa0 100644 --- a/noncore/apps/opie-console/vt102emulation.cpp +++ b/noncore/apps/opie-console/vt102emulation.cpp | |||
@@ -24,7 +24,7 @@ | |||
24 | */ | 24 | */ |
25 | 25 | ||
26 | #include "vt102emulation.h" | 26 | #include "vt102emulation.h" |
27 | #include "widget.h" | 27 | #include "widget_layer.h" |
28 | #include "screen.h" | 28 | #include "screen.h" |
29 | #include "keytrans.h" | 29 | #include "keytrans.h" |
30 | 30 | ||
diff --git a/noncore/apps/opie-console/vt102emulation.h b/noncore/apps/opie-console/vt102emulation.h index de4a62f..17ab449 100644 --- a/noncore/apps/opie-console/vt102emulation.h +++ b/noncore/apps/opie-console/vt102emulation.h | |||
@@ -24,7 +24,7 @@ | |||
24 | #ifndef VT102EMU_H | 24 | #ifndef VT102EMU_H |
25 | #define VT102EMU_H | 25 | #define VT102EMU_H |
26 | 26 | ||
27 | #include "widget.h" | 27 | #include "widget_layer.h" |
28 | #include "screen.h" | 28 | #include "screen.h" |
29 | #include "emulation_layer.h" | 29 | #include "emulation_layer.h" |
30 | #include <qtimer.h> | 30 | #include <qtimer.h> |