summaryrefslogtreecommitdiff
path: root/core/launcher
authorharlekin <harlekin>2003-03-29 00:57:30 (UTC)
committer harlekin <harlekin>2003-03-29 00:57:30 (UTC)
commitf42edeac768082ec8d7716a17c82507496dd7b47 (patch) (unidiff)
tree1c1b7a0270b84404d4f85e7c3f20c27c81853632 /core/launcher
parent107635ea6dde5400a80c014c4406aaa14574d3f5 (diff)
downloadopie-f42edeac768082ec8d7716a17c82507496dd7b47.zip
opie-f42edeac768082ec8d7716a17c82507496dd7b47.tar.gz
opie-f42edeac768082ec8d7716a17c82507496dd7b47.tar.bz2
forgot to take that header out
Diffstat (limited to 'core/launcher') (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/wait.h1
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
34class Wait : public QWidget 33class Wait : public QWidget
35{ 34{
36public: 35public:
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();
41private: 40private:
42 OWait* centralWait; 41 OWait* centralWait;
43 QPixmap pm; 42 QPixmap pm;
44 bool waiting; 43 bool waiting;