summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/default.cpp
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/default.cpp') (more/less context) (show 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 78495d2..4ab4695 100644
--- a/noncore/apps/opie-console/default.cpp
+++ b/noncore/apps/opie-console/default.cpp
@@ -1,5 +1,6 @@
1#include "io_serial.h" 1#include "io_serial.h"
2#include "sz_transfer.h" 2#include "sz_transfer.h"
3#include "terminalwidget.h"
3 4
4#include "default.h" 5#include "default.h"
5 6
@@ -38,8 +39,8 @@ extern "C" {
38 } 39 }
39 40
40 // Terminal Widget(s) 41 // Terminal Widget(s)
41 ProfileDialogWidget* newTerminalWidget(const QString&, QWidget* ) { 42 ProfileDialogWidget* newTerminalWidget(const QString& na, QWidget* wid) {
42 return 0l; 43 return new TerminalWidget(na, wid,0 );
43 } 44 }
44 45
45}; 46};