author | clem <clem> | 2004-07-27 14:33:28 (UTC) |
---|---|---|
committer | clem <clem> | 2004-07-27 14:33:28 (UTC) |
commit | fba7941d0a64139fd150461cbca82afa94b8a92d (patch) (unidiff) | |
tree | 6e4ec9643b376cb0a08b7f2998e017f54f1c1106 | |
parent | fd0d353abb2fd89a91eca830dbb814984647c1f7 (diff) | |
download | opie-fba7941d0a64139fd150461cbca82afa94b8a92d.zip opie-fba7941d0a64139fd150461cbca82afa94b8a92d.tar.gz opie-fba7941d0a64139fd150461cbca82afa94b8a92d.tar.bz2 |
documented SecOwnerDlg
-rw-r--r-- | libopie2/opiesecurity/multiauthcommon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libopie2/opiesecurity/multiauthcommon.h b/libopie2/opiesecurity/multiauthcommon.h index 46beab0..b728dae 100644 --- a/libopie2/opiesecurity/multiauthcommon.h +++ b/libopie2/opiesecurity/multiauthcommon.h | |||
@@ -40,16 +40,17 @@ | |||
40 | #include <qpe/contact.h> | 40 | #include <qpe/contact.h> |
41 | #include <qtextview.h> | 41 | #include <qtextview.h> |
42 | #include <qdialog.h> | 42 | #include <qdialog.h> |
43 | 43 | ||
44 | 44 | ||
45 | namespace Opie { | 45 | namespace Opie { |
46 | namespace Security { | 46 | namespace Security { |
47 | 47 | ||
48 | /// QDialog simply showing the owner information | ||
48 | class SecOwnerDlg : public QDialog | 49 | class SecOwnerDlg : public QDialog |
49 | { | 50 | { |
50 | Q_OBJECT | 51 | Q_OBJECT |
51 | public: | 52 | public: |
52 | 53 | ||
53 | SecOwnerDlg( QWidget *parent, const char * name, Contact c, | 54 | SecOwnerDlg( QWidget *parent, const char * name, Contact c, |
54 | bool modal, bool fullscreen); | 55 | bool modal, bool fullscreen); |
55 | 56 | ||