From 205926ec86ffd582f795b649179291626e504830 Mon Sep 17 00:00:00 2001 From: harlekin Date: Wed, 09 Oct 2002 16:33:36 +0000 Subject: flow now has mode none too .-), irda config widget and beginning of layer, first sweep, rest later --- (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 da6f3e2..62f02f5 100644 --- a/noncore/apps/opie-console/default.cpp +++ b/noncore/apps/opie-console/default.cpp @@ -1,6 +1,8 @@ #include "io_serial.h" #include "sz_transfer.h" #include "serialconfigwidget.h" +#include "irdaconfigwidget.h" +#include "btconfigwidget.h" #include "terminalwidget.h" #include "vt102emulation.h" @@ -30,14 +32,14 @@ extern "C" { } // Connection Widgets - ProfileDialogWidget* newSerialWidget(const QString& str, QWidget* wid) { - return new SerialConfigWidget(str, wid ); + ProfileDialogWidget* newSerialWidget( const QString& str, QWidget* wid ) { + return new SerialConfigWidget( str, wid ); } - ProfileDialogWidget* newIrDaWidget( const QString& str, QWidget* wid) { - return newSerialWidget(str, wid); + ProfileDialogWidget* newIrDaWidget( const QString& str, QWidget* wid ) { + return new IrdaConfigWidget( str, wid ); } - ProfileDialogWidget* newBTWidget( const QString& str, QWidget* wid) { - return newSerialWidget(str, wid ); + ProfileDialogWidget* newBTWidget( const QString& str, QWidget* wid ) { + return new BTConfigWidget(str, wid ); } // Terminal Widget(s) -- cgit v0.9.0.2