summaryrefslogtreecommitdiffabout
path: root/pwmanager/pwmanager/getkeycardwnd.h
Unidiff
Diffstat (limited to 'pwmanager/pwmanager/getkeycardwnd.h') (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/pwmanager/getkeycardwnd.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/pwmanager/pwmanager/getkeycardwnd.h b/pwmanager/pwmanager/getkeycardwnd.h
index fbe46ee..202e920 100644
--- a/pwmanager/pwmanager/getkeycardwnd.h
+++ b/pwmanager/pwmanager/getkeycardwnd.h
@@ -22,4 +22,4 @@
22 22
23#include <qvbox.h> 23#include <q3vbox.h>
24#include <qhbox.h> 24#include <q3hbox.h>
25#include <qdialog.h> 25#include <qdialog.h>
@@ -28,2 +28,4 @@
28#include <qevent.h> 28#include <qevent.h>
29//Added by qt3to4:
30#include <QResizeEvent>
29 31
@@ -35,3 +37,3 @@ public:
35 GetKeyCardWnd(QWidget *parent = 0, const char *name = 0, 37 GetKeyCardWnd(QWidget *parent = 0, const char *name = 0,
36 bool modal = FALSE, WFlags f = 0); 38 bool modal = FALSE, Qt::WFlags f = 0);
37 ~GetKeyCardWnd(); 39 ~GetKeyCardWnd();
@@ -42,4 +44,4 @@ protected slots:
42protected: 44protected:
43 QVBox *vbox1; 45 Q3VBox *vbox1;
44 QHBox *hbox1; 46 Q3HBox *hbox1;
45 QLabel *text_label; 47 QLabel *text_label;