author | ibotty <ibotty> | 2002-10-11 17:24:15 (UTC) |
---|---|---|
committer | ibotty <ibotty> | 2002-10-11 17:24:15 (UTC) |
commit | 00005567e4841af1f0efe090160881b286574493 (patch) (side-by-side diff) | |
tree | 4873c8b15efa1a3863ba4e00cb30b8fa53118cc5 | |
parent | 3f29dc777e7f0a5c2a9b44521b486c69b610c13a (diff) | |
download | opie-00005567e4841af1f0efe090160881b286574493.zip opie-00005567e4841af1f0efe090160881b286574493.tar.gz opie-00005567e4841af1f0efe090160881b286574493.tar.bz2 |
added emulation_widget
removed widget
-rw-r--r-- | noncore/apps/opie-console/opie-console.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro index 6ec6554..996eb84 100644 --- a/noncore/apps/opie-console/opie-console.pro +++ b/noncore/apps/opie-console/opie-console.pro @@ -16,3 +16,2 @@ HEADERS = io_layer.h io_serial.h io_irda.h \ emulation_layer.h \ - widget.h \ vt102emulation.h \ @@ -30,2 +29,3 @@ HEADERS = io_layer.h io_serial.h io_irda.h \ serialconfigwidget.h irdaconfigwidget.h btconfigwidget.h \ + emulation_widget.h @@ -44,3 +44,2 @@ SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp \ emulation_layer.cpp \ - widget.cpp \ vt102emulation.cpp \ @@ -57,2 +56,3 @@ SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp \ serialconfigwidget.cpp irdaconfigwidget.cpp btconfigwidget.cpp \ + emulation_widget.cpp |