summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/function_keyboard.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/function_keyboard.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/function_keyboard.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/function_keyboard.h b/noncore/apps/opie-console/function_keyboard.h
index bc3e25c..b8420ae 100644
--- a/noncore/apps/opie-console/function_keyboard.h
+++ b/noncore/apps/opie-console/function_keyboard.h
@@ -41,6 +41,10 @@ public:
QSize sizeHint() const;
+signals:
+
+ void keyPressed(ushort, ushort, bool, bool, bool);
+
private:
// thie key for the map is the row/col
@@ -53,6 +57,8 @@ private:
int pressedRow, pressedCol;
+ QObject *parent;
+
};
#endif