summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/blue-pin/pindlg.h
authorkorovkin <korovkin>2006-05-06 19:19:00 (UTC)
committer korovkin <korovkin>2006-05-06 19:19:00 (UTC)
commitdc719be35432469c24dd8d10136c1ea25c6861d2 (patch) (side-by-side diff)
tree6b4e970c2118a695a89ee4c46ac16fc68ec3bf4f /noncore/net/opietooth/blue-pin/pindlg.h
parent2d9247d6c2917fd967d0d01d4d9aa6de4fb820f1 (diff)
downloadopie-dc719be35432469c24dd8d10136c1ea25c6861d2.zip
opie-dc719be35432469c24dd8d10136c1ea25c6861d2.tar.gz
opie-dc719be35432469c24dd8d10136c1ea25c6861d2.tar.bz2
Added reject function to a Cancel button.
Added "AC" == "Backspace" button.
Diffstat (limited to 'noncore/net/opietooth/blue-pin/pindlg.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/blue-pin/pindlg.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/noncore/net/opietooth/blue-pin/pindlg.h b/noncore/net/opietooth/blue-pin/pindlg.h
index 1817aa8..8557010 100644
--- a/noncore/net/opietooth/blue-pin/pindlg.h
+++ b/noncore/net/opietooth/blue-pin/pindlg.h
@@ -28,7 +28,8 @@ namespace OpieTooth {
protected slots:
void accept();
- void addnum();
-
+ void reject();
+ void addnum();
+ void delnum();
};
};