summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/screen.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/screen.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/screen.h6
1 files changed, 3 insertions, 3 deletions
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
@@ -138,3 +138,3 @@ public: // these are all `Screen' operations
//
- Character* getCookedImage();
+ QArray<Character> getCookedImage();
@@ -177,3 +177,3 @@ private: // helper
void effectiveRendition();
- void reverseRendition(Character* p);
+ void reverseRendition( Character *p );
@@ -195,3 +195,3 @@ private:
int columns;
- Character *image; // [lines][columns]
+ QArray<Character> image; // [lines][columns]