summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiesecurity/multiauthcommon.h1
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
@@ -36,24 +36,25 @@
36 36
37 37
38/* OwnerDialog stuff */ 38/* OwnerDialog stuff */
39#include <qpe/global.h> 39#include <qpe/global.h>
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
45namespace Opie { 45namespace Opie {
46namespace Security { 46namespace Security {
47 47
48/// QDialog simply showing the owner information
48class SecOwnerDlg : public QDialog 49class 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
56 void resizeEvent( QResizeEvent * ); 57 void resizeEvent( QResizeEvent * );
57 bool eventFilter(QObject *o, QEvent *e); 58 bool eventFilter(QObject *o, QEvent *e);
58 void mousePressEvent( QMouseEvent * ); 59 void mousePressEvent( QMouseEvent * );
59 60