From 01f26248efccbd764e7c82b74372f33a4bbae303 Mon Sep 17 00:00:00 2001 From: ibotty Date: Fri, 11 Oct 2002 17:43:18 +0000 Subject: changed references to widget into references to widgetLayer or EmulationWidget. --- (limited to 'noncore/apps/opie-console/profilemanager.cpp') diff --git a/noncore/apps/opie-console/profilemanager.cpp b/noncore/apps/opie-console/profilemanager.cpp index dcf3cbd..78751e7 100644 --- a/noncore/apps/opie-console/profilemanager.cpp +++ b/noncore/apps/opie-console/profilemanager.cpp @@ -7,7 +7,8 @@ #include -#include "widget.h" +#include "widget_layer.h" +#include "emulation_widget.h" #include "metafactory.h" #include "profileconfig.h" #include "profilemanager.h" @@ -80,7 +81,7 @@ Session* ProfileManager::fromProfile( const Profile& prof, QWidget* parent) { QHBoxLayout* lay = new QHBoxLayout(dummy ); stack->addWidget( dummy, 0 ); stack->raiseWidget( 0 ); - Widget* wid = new Widget(dummy ); + WidgetLayer* wid = new EmulationWidget( prof, dummy ); lay->addWidget( wid ); session->setEmulationWidget( wid ); -- cgit v0.9.0.2