-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 @@ */ #include "vt102emulation.h" -#include "widget.h" +#include "widget_layer.h" #include "screen.h" #include "keytrans.h" 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 @@ #ifndef VT102EMU_H #define VT102EMU_H -#include "widget.h" +#include "widget_layer.h" #include "screen.h" #include "emulation_layer.h" #include <qtimer.h> |