summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/default.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/default.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/default.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/default.cpp b/noncore/apps/opie-console/default.cpp
index 4ab4695..d9a0557 100644
--- a/noncore/apps/opie-console/default.cpp
+++ b/noncore/apps/opie-console/default.cpp
@@ -1,4 +1,5 @@
#include "io_serial.h"
#include "sz_transfer.h"
+#include "serialconfigwidget.h"
#include "terminalwidget.h"
@@ -29,6 +30,6 @@ extern "C" {
// Connection Widgets
- ProfileDialogWidget* newSerialWidget(const QString& str, QWidget* ) {
- return 0l;
+ ProfileDialogWidget* newSerialWidget(const QString& str, QWidget* wid) {
+ return new SerialConfigWidget(str, wid );
}
ProfileDialogWidget* newIrDaWidget( const QString& str, QWidget* wid) {