summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/default.cpp
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/default.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/default.cpp2
1 files changed, 1 insertions, 1 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
@@ -45,13 +45,13 @@ extern "C" {
45 // Terminal Widget(s) 45 // Terminal Widget(s)
46 ProfileDialogWidget* newTerminalWidget(const QString& na, QWidget* wid) { 46 ProfileDialogWidget* newTerminalWidget(const QString& na, QWidget* wid) {
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};
56 56
57Default::Default( MetaFactory* fact ) { 57Default::Default( MetaFactory* fact ) {