-rw-r--r-- | core/launcher/wait.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/launcher/wait.h b/core/launcher/wait.h index 6a087ec..d7c29bd 100644 --- a/core/launcher/wait.h +++ b/core/launcher/wait.h | |||
@@ -20,25 +20,24 @@ | |||
20 | 20 | ||
21 | #ifndef __WAIT_H__ | 21 | #ifndef __WAIT_H__ |
22 | #define __WAIT_H__ | 22 | #define __WAIT_H__ |
23 | 23 | ||
24 | #include <opie/owait.h> | 24 | #include <opie/owait.h> |
25 | 25 | ||
26 | #include <qpe/resource.h> | 26 | #include <qpe/resource.h> |
27 | 27 | ||
28 | #include <qwidget.h> | 28 | #include <qwidget.h> |
29 | #include <qlabel.h> | 29 | #include <qlabel.h> |
30 | #include <qpixmap.h> | 30 | #include <qpixmap.h> |
31 | #include <qpainter.h> | 31 | #include <qpainter.h> |
32 | #include "waitpopup.h" | ||
33 | 32 | ||
34 | class Wait : public QWidget | 33 | class Wait : public QWidget |
35 | { | 34 | { |
36 | public: | 35 | public: |
37 | Wait( QWidget *parent ); | 36 | Wait( QWidget *parent ); |
38 | void setWaiting( bool w ); | 37 | void setWaiting( bool w ); |
39 | void paintEvent( QPaintEvent * ); | 38 | void paintEvent( QPaintEvent * ); |
40 | static Wait *getWaitObject(); | 39 | static Wait *getWaitObject(); |
41 | private: | 40 | private: |
42 | OWait* centralWait; | 41 | OWait* centralWait; |
43 | QPixmap pm; | 42 | QPixmap pm; |
44 | bool waiting; | 43 | bool waiting; |