summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/widget_layer.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/widget_layer.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/widget_layer.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/noncore/apps/opie-console/widget_layer.h b/noncore/apps/opie-console/widget_layer.h
index 99d248e..adf2038 100644
--- a/noncore/apps/opie-console/widget_layer.h
+++ b/noncore/apps/opie-console/widget_layer.h
@@ -9,3 +9,3 @@
// fellow devels:
-// just mail me (ibotty@web.de), what you additionally need from the main widget
+// just mail me (ibotty@web.de), what you additionally need from the main widget
// (or say in chat)
@@ -56,3 +56,3 @@ public:
*/
- virtual void setImage( QArray<Character> const newimg, int lines, int colums );
+ virtual void setImage( QArray<Character> const newimg, int lines, int colums ) = 0;
@@ -67,3 +67,3 @@ public:
int lines() { return m_lines; }
-
+
/**
@@ -122,3 +122,3 @@ signals:
void selectionCleared();
-
+
/**
@@ -144,3 +144,3 @@ signals:
protected:
-
+
// image operations
@@ -167,5 +167,5 @@ protected:
void clearImage();
-
+
protected slots:
-
+
/**
@@ -178,3 +178,3 @@ protected slots:
protected:
-
+
/**
@@ -186,3 +186,3 @@ protected:
* current character image
- *
+ *
* a Character at loc( column, line )
@@ -190,3 +190,3 @@ protected:
* ix = line * m_columns + column;
- *
+ *
* use loc( x, y ) macro to access.
@@ -211,3 +211,3 @@ protected:
/**
- * whether widget is resizing
+ * whether widget is resizing
*/