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 /noncore/apps | |
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 @@ -14,7 +14,6 @@ HEADERS = io_layer.h io_serial.h io_irda.h \ tabwidget.h \ configdialog.h \ emulation_layer.h \ - widget.h \ vt102emulation.h \ common.h \ history.h \ @@ -28,6 +27,7 @@ HEADERS = io_layer.h io_serial.h io_irda.h \ terminalwidget.h \ iolayerbase.h \ serialconfigwidget.h irdaconfigwidget.h btconfigwidget.h \ + emulation_widget.h SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp \ @@ -42,7 +42,6 @@ SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp \ tabwidget.cpp \ configdialog.cpp \ emulation_layer.cpp \ - widget.cpp \ vt102emulation.cpp \ history.cpp \ screen.cpp \ @@ -55,6 +54,7 @@ SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp \ terminalwidget.cpp \ iolayerbase.cpp \ serialconfigwidget.cpp irdaconfigwidget.cpp btconfigwidget.cpp \ + emulation_widget.cpp INTERFACES = configurebase.ui editbase.ui INCLUDEPATH += $(OPIEDIR)/include |