summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/widget_layer.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/widget_layer.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/widget_layer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/widget_layer.h b/noncore/apps/opie-console/widget_layer.h
index 3cdd6aa..07ec12a 100644
--- a/noncore/apps/opie-console/widget_layer.h
+++ b/noncore/apps/opie-console/widget_layer.h
@@ -40,13 +40,13 @@ public:
40 virtual ~WidgetLayer(); 40 virtual ~WidgetLayer();
41 41
42public: 42public:
43 /** 43 /**
44 * sets the image 44 * sets the image
45 */ 45 */
46 virtual void setImage( const Character* const newimg, int lines, int colums ); 46 virtual void setImage( const Character* const newimg, int lines, int colums ) = 0;
47 47
48 /** 48 /**
49 * annoy the user 49 * annoy the user
50 */ 50 */
51 void bell(); 51 void bell();
52 52
@@ -140,13 +140,13 @@ protected:
140 */ 140 */
141 void propagateSize(); 141 void propagateSize();
142 142
143 /** 143 /**
144 * 144 *
145 */ 145 */
146 virtual void calcGeometry(); 146 virtual void calcGeometry() = 0;
147 147
148 /** 148 /**
149 * makes an empty image 149 * makes an empty image
150 */ 150 */
151 void makeImage(); 151 void makeImage();
152 152