author | harlekin <harlekin> | 2003-03-29 00:57:30 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2003-03-29 00:57:30 (UTC) |
commit | f42edeac768082ec8d7716a17c82507496dd7b47 (patch) (unidiff) | |
tree | 1c1b7a0270b84404d4f85e7c3f20c27c81853632 | |
parent | 107635ea6dde5400a80c014c4406aaa14574d3f5 (diff) | |
download | opie-f42edeac768082ec8d7716a17c82507496dd7b47.zip opie-f42edeac768082ec8d7716a17c82507496dd7b47.tar.gz opie-f42edeac768082ec8d7716a17c82507496dd7b47.tar.bz2 |
forgot to take that header out
-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 | |||
@@ -16,33 +16,32 @@ | |||
16 | ** Contact info@trolltech.com if any conditions of this licensing are | 16 | ** Contact info@trolltech.com if any conditions of this licensing are |
17 | ** not clear to you. | 17 | ** not clear to you. |
18 | ** | 18 | ** |
19 | **********************************************************************/ | 19 | **********************************************************************/ |
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; |
45 | }; | 44 | }; |
46 | 45 | ||
47 | 46 | ||
48 | #endif // __WAIT_H__ | 47 | #endif // __WAIT_H__ |