From 9237d1adcf23ee11f16881fbeea51e0bb3ec0b2f Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 08 Oct 2002 20:03:29 +0000 Subject: Default added the TerminalEmulation Widget MainWindow: do save the profiles on deconstruction MetaFactory Brown Paper bag bug fixed. take care of the right name in terminalWidget.... opie-console.pro add the widgets IOLayerBase a basic widget for speed, parity and flow control settings Terminal Widget a the ported TerminalConfiguration dialog --- (limited to 'noncore/apps/opie-console/default.cpp') diff --git a/noncore/apps/opie-console/default.cpp b/noncore/apps/opie-console/default.cpp index 78495d2..4ab4695 100644 --- a/noncore/apps/opie-console/default.cpp +++ b/noncore/apps/opie-console/default.cpp @@ -1,5 +1,6 @@ #include "io_serial.h" #include "sz_transfer.h" +#include "terminalwidget.h" #include "default.h" @@ -38,8 +39,8 @@ extern "C" { } // Terminal Widget(s) - ProfileDialogWidget* newTerminalWidget(const QString&, QWidget* ) { - return 0l; + ProfileDialogWidget* newTerminalWidget(const QString& na, QWidget* wid) { + return new TerminalWidget(na, wid,0 ); } }; -- cgit v0.9.0.2