summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/function_keyboard.h
authorhash <hash>2002-10-15 16:26:14 (UTC)
committer hash <hash>2002-10-15 16:26:14 (UTC)
commit9861ca46526e65ecb00641008b9e8c1105ba1dc9 (patch) (unidiff)
tree457e4a90667bbc1c133b9eca91f31f7e641b1e4c /noncore/apps/opie-console/function_keyboard.h
parentd0cd09e4a68ca8dc3acf50c13a0acce39cd36b55 (diff)
downloadopie-9861ca46526e65ecb00641008b9e8c1105ba1dc9.zip
opie-9861ca46526e65ecb00641008b9e8c1105ba1dc9.tar.gz
opie-9861ca46526e65ecb00641008b9e8c1105ba1dc9.tar.bz2
still trying to figure out how to get those events out wihtout crashing the damn thing
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:
41 41
42 QSize sizeHint() const; 42 QSize sizeHint() const;
43 43
44signals:
45
46 void keyPressed(ushort, ushort, bool, bool, bool);
47
44private: 48private:
45 49
46 // thie key for the map is the row/col 50 // thie key for the map is the row/col
@@ -53,6 +57,8 @@ private:
53 57
54 int pressedRow, pressedCol; 58 int pressedRow, pressedCol;
55 59
60 QObject *parent;
61
56}; 62};
57 63
58#endif 64#endif