summaryrefslogtreecommitdiff
path: root/noncore/apps
Unidiff
Diffstat (limited to 'noncore/apps') (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:
56 /** 56 /**
57 * scrolls (not yet implemented) 57 * scrolls (not yet implemented)
58 * @param int value, scroll by this value 58 * @param int value, scroll by this value
59 */ 59 */
60 virtual void scroll( int value ); 60 virtual void scroll( int value );
61 61
62protected: 62protected:
63 63
64 /** 64 /**
65 * calculates current image bounds 65 * calculates current image bounds
66 */ 66 */
67 virtual void calcGeometry(); 67 virtual void calcGeometry();
68 68
69 /** 69 /**
70 * draws a String 70 * draws a String
71 * @param QString& string, string to be drawn 71 * @param QString& string, string to be drawn
72 * @param QPainter& painter, painter, that should draw 72 * @param QPainter& painter, painter, that should draw
73 * @param QRect rect, rect to be drawn into 73 * @param QRect rect, rect to be drawn into
74 * @param Character attr, attributes of Characters 74 * @param Character attr, attributes of Characters
75 * @param bool usePixmap, if to use the background pixmap (currently not supported) 75 * @param bool usePixmap, if to use the background pixmap (currently not supported)
76 * @param bool clear, if rect should be cleared 76 * @param bool clear, if rect should be cleared
77 */ 77 */
78 void drawAttrString( QString& string, QPainter& painter, QRect rect, Character attr, bool pm, bool clear ); 78 void drawAttrString( QString& string, QPainter& painter, QRect rect, Character attr, bool pm, bool clear );
79 79
80} 80};