summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore 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
@@ -24,17 +24,16 @@
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();