summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/default.cpp
authoribotty <ibotty>2002-10-11 18:40:51 (UTC)
committer ibotty <ibotty>2002-10-11 18:40:51 (UTC)
commitb6822170c525fd2cebf31647db4435f995fa9d63 (patch) (side-by-side diff)
treee77c83e95e34519fba441eb080ee5a238f3f7b0c /noncore/apps/opie-console/default.cpp
parent35c5d56d076786fd175655e7b2fc4b93cd433a86 (diff)
downloadopie-b6822170c525fd2cebf31647db4435f995fa9d63.zip
opie-b6822170c525fd2cebf31647db4435f995fa9d63.tar.gz
opie-b6822170c525fd2cebf31647db4435f995fa9d63.tar.bz2
altered, to use widgetLayer over widget
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
@@ -48,7 +48,7 @@ extern "C" {
}
// VT Emulations
- EmulationLayer* newVT102( Widget* wid ) {
+ EmulationLayer* newVT102( WidgetLayer* wid ) {
return new Vt102Emulation( wid );
}