From b6822170c525fd2cebf31647db4435f995fa9d63 Mon Sep 17 00:00:00 2001 From: ibotty Date: Fri, 11 Oct 2002 18:40:51 +0000 Subject: altered, to use widgetLayer over widget --- (limited to 'noncore') 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 @@ -48,7 +48,7 @@ extern "C" { } // 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 @@ -20,7 +20,7 @@ extern "C" { ProfileDialogWidget* newTerminalWidget(const QString&, QWidget* ); - EmulationLayer* newVT102( Widget* ); + EmulationLayer* newVT102( WidgetLayer* ); }; class MetaFactory; -- cgit v0.9.0.2