summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/emulation_widget.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/emulation_widget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/emulation_widget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/emulation_widget.h b/noncore/apps/opie-console/emulation_widget.h
index 5e20dc4..d050681 100644
--- a/noncore/apps/opie-console/emulation_widget.h
+++ b/noncore/apps/opie-console/emulation_widget.h
@@ -67,12 +67,14 @@ protected:
67 /** 67 /**
68 * calculates current image bounds 68 * calculates current image bounds
69 */ 69 */
70 virtual void calcGeometry(); 70 virtual void calcGeometry();
71 71
72 72
73 void paintEvent( QPaintEvent* event );
74
73 /** 75 /**
74 * @param const ColorEntry* table, the new color table 76 * @param const ColorEntry* table, the new color table
75 */ 77 */
76 void setColorTable( const ColorEntry table[] ); 78 void setColorTable( const ColorEntry table[] );
77 79
78 /** 80 /**