summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console
authoribotty <ibotty>2002-10-11 17:48:51 (UTC)
committer ibotty <ibotty>2002-10-11 17:48:51 (UTC)
commit8fd1fbe489756b3629252cd1e962d8808ca98e03 (patch) (side-by-side diff)
tree3d543a664704f138dc5bcef2c717613ae5153e77 /noncore/apps/opie-console
parent9c59f37d6563f30318b30a1b84318d7e3e15ec7d (diff)
downloadopie-8fd1fbe489756b3629252cd1e962d8808ca98e03.zip
opie-8fd1fbe489756b3629252cd1e962d8808ca98e03.tar.gz
opie-8fd1fbe489756b3629252cd1e962d8808ca98e03.tar.bz2
applied patch to let it compile
Diffstat (limited to 'noncore/apps/opie-console') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/emulation_widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/emulation_widget.h b/noncore/apps/opie-console/emulation_widget.h
index 9d0f63e..a57803d 100644
--- a/noncore/apps/opie-console/emulation_widget.h
+++ b/noncore/apps/opie-console/emulation_widget.h
@@ -56,25 +56,25 @@ public:
/**
* scrolls (not yet implemented)
* @param int value, scroll by this value
*/
virtual void scroll( int value );
protected:
/**
* calculates current image bounds
*/
virtual void calcGeometry();
/**
* draws a String
* @param QString& string, string to be drawn
* @param QPainter& painter, painter, that should draw
* @param QRect rect, rect to be drawn into
* @param Character attr, attributes of Characters
* @param bool usePixmap, if to use the background pixmap (currently not supported)
* @param bool clear, if rect should be cleared
*/
void drawAttrString( QString& string, QPainter& painter, QRect rect, Character attr, bool pm, bool clear );
-}
+};