summaryrefslogtreecommitdiff
authoribotty <ibotty>2002-10-11 17:46:17 (UTC)
committer ibotty <ibotty>2002-10-11 17:46:17 (UTC)
commit9c59f37d6563f30318b30a1b84318d7e3e15ec7d (patch) (side-by-side diff)
tree33965ce487377f86cd1992f2f17c0946498e94be
parent01f26248efccbd764e7c82b74372f33a4bbae303 (diff)
downloadopie-9c59f37d6563f30318b30a1b84318d7e3e15ec7d.zip
opie-9c59f37d6563f30318b30a1b84318d7e3e15ec7d.tar.gz
opie-9c59f37d6563f30318b30a1b84318d7e3e15ec7d.tar.bz2
changed #include from widget.h to widget_layer.h
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/vt102emulation.cpp2
-rw-r--r--noncore/apps/opie-console/vt102emulation.h2
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
@@ -15,25 +15,25 @@
/* Copyright (C) 2000 by John Ryland <jryland@trolltech.com> */
/* */
/* -------------------------------------------------------------------------- */
/*! \class Vt102Emulation
\brief Actual Emulation for Konsole
\sa Widget \sa Screen \sa EmulationLayer
*/
#include "vt102emulation.h"
-#include "widget.h"
+#include "widget_layer.h"
#include "screen.h"
#include "keytrans.h"
#include <stdio.h>
#include <unistd.h>
#include <qkeycode.h>
#include <qtextcodec.h>
/* VT102 Terminal Emulation
This class puts together the screens, the pty and the widget to a
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
@@ -15,25 +15,25 @@
/* Copyright (C) 2000 by John Ryland <jryland@trolltech.com> */
/* */
/* -------------------------------------------------------------------------- */
/* Ported embedded-konsole to opie-terminal */
/* */
/* Copyright (C) 2002 by opie developers <opie@handhelds.org> */
/* */
/* -------------------------------------------------------------------------- */
#ifndef VT102EMU_H
#define VT102EMU_H
-#include "widget.h"
+#include "widget_layer.h"
#include "screen.h"
#include "emulation_layer.h"
#include <qtimer.h>
#include <stdio.h>
//
#define MODE_AppScreen (MODES_SCREEN+0)
#define MODE_AppCuKeys (MODES_SCREEN+1)
#define MODE_AppKeyPad (MODES_SCREEN+2)
#define MODE_Mouse1000 (MODES_SCREEN+3)
#define MODE_Ansi (MODES_SCREEN+4)