-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" { return new TerminalWidget(na, wid,0 ); } // VT Emulations - EmulationLayer* newVT102( Widget* wid ) { + EmulationLayer* newVT102( WidgetLayer* wid ) { return new Vt102Emulation( wid ); } }; 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" { ProfileDialogWidget* newBTWidget (const QString&, QWidget* ); ProfileDialogWidget* newTerminalWidget(const QString&, QWidget* ); - EmulationLayer* newVT102( Widget* ); + EmulationLayer* newVT102( WidgetLayer* ); }; class MetaFactory; struct Default { |