From c80818d8388c07c1606a70306aea0c9a1e17ea3c Mon Sep 17 00:00:00 2001 From: ibotty Date: Wed, 09 Oct 2002 17:40:35 +0000 Subject: updated emulationLayer to use WidgetLayer (not Widget, which is b0rked) default.cpp is broken, because there is still no new widget (coming soon...) --- (limited to 'noncore/apps/opie-console/screen.h') diff --git a/noncore/apps/opie-console/screen.h b/noncore/apps/opie-console/screen.h index cd7422a..38b84ab 100644 --- a/noncore/apps/opie-console/screen.h +++ b/noncore/apps/opie-console/screen.h @@ -136,7 +136,7 @@ public: // these are all `Screen' operations // void resizeImage(int new_lines, int new_columns); // - Character* getCookedImage(); + QArray getCookedImage(); /*! return the number of lines. */ int getLines() { return lines; } @@ -175,7 +175,7 @@ private: // helper void initTabStops(); void effectiveRendition(); - void reverseRendition(Character* p); + void reverseRendition( Character *p ); private: @@ -193,7 +193,7 @@ private: int lines; int columns; - Character *image; // [lines][columns] + QArray image; // [lines][columns] // history buffer --------------- -- cgit v0.9.0.2