-rw-r--r-- | noncore/apps/opie-console/default.cpp | 2 | ||||
-rw-r--r-- | noncore/apps/opie-console/default.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/default.cpp b/noncore/apps/opie-console/default.cpp index 62f02f5..a6c3bc4 100644 --- a/noncore/apps/opie-console/default.cpp +++ b/noncore/apps/opie-console/default.cpp | |||
@@ -47,9 +47,9 @@ extern "C" { | |||
47 | return new TerminalWidget(na, wid,0 ); | 47 | return new TerminalWidget(na, wid,0 ); |
48 | } | 48 | } |
49 | 49 | ||
50 | // VT Emulations | 50 | // VT Emulations |
51 | EmulationLayer* newVT102( Widget* wid ) { | 51 | EmulationLayer* newVT102( WidgetLayer* wid ) { |
52 | return new Vt102Emulation( wid ); | 52 | return new Vt102Emulation( wid ); |
53 | } | 53 | } |
54 | 54 | ||
55 | }; | 55 | }; |
diff --git a/noncore/apps/opie-console/default.h b/noncore/apps/opie-console/default.h index b9af898..4d51db8 100644 --- a/noncore/apps/opie-console/default.h +++ b/noncore/apps/opie-console/default.h | |||
@@ -19,9 +19,9 @@ extern "C" { | |||
19 | ProfileDialogWidget* newBTWidget (const QString&, QWidget* ); | 19 | ProfileDialogWidget* newBTWidget (const QString&, QWidget* ); |
20 | 20 | ||
21 | ProfileDialogWidget* newTerminalWidget(const QString&, QWidget* ); | 21 | ProfileDialogWidget* newTerminalWidget(const QString&, QWidget* ); |
22 | 22 | ||
23 | EmulationLayer* newVT102( Widget* ); | 23 | EmulationLayer* newVT102( WidgetLayer* ); |
24 | }; | 24 | }; |
25 | 25 | ||
26 | class MetaFactory; | 26 | class MetaFactory; |
27 | struct Default { | 27 | struct Default { |