-rw-r--r-- | microkde/kdialog.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/microkde/kdialog.h b/microkde/kdialog.h index bc80689..5f9bf0e 100644 --- a/microkde/kdialog.h +++ b/microkde/kdialog.h | |||
@@ -2,8 +2,10 @@ | |||
2 | #define MINIKDE_KDIALOG_H | 2 | #define MINIKDE_KDIALOG_H |
3 | 3 | ||
4 | #include <qdialog.h> | 4 | #include <qdialog.h> |
5 | //Added by qt3to4: | ||
6 | #include <QLabel> | ||
5 | class QLabel; | 7 | class QLabel; |
6 | class QProgressBar; | 8 | class Q3ProgressBar; |
7 | class QPushButton ; | 9 | class QPushButton ; |
8 | 10 | ||
9 | class KDialog : public QDialog | 11 | class KDialog : public QDialog |
@@ -29,7 +31,7 @@ class KProgressDialog : public QDialog | |||
29 | void reject(); | 31 | void reject(); |
30 | private: | 32 | private: |
31 | QLabel * mLabel; | 33 | QLabel * mLabel; |
32 | QProgressBar *mBar; | 34 | Q3ProgressBar *mBar; |
33 | QPushButton *mButton; | 35 | QPushButton *mButton; |
34 | signals: | 36 | signals: |
35 | void cancelled (); | 37 | void cancelled (); |