summaryrefslogtreecommitdiff
path: root/core/launcher/wait.h
authorharlekin <harlekin>2003-03-28 20:15:42 (UTC)
committer harlekin <harlekin>2003-03-28 20:15:42 (UTC)
commit5bc894df5dcd8ec35e2182ca4ad0494d6408f754 (patch) (unidiff)
tree9fc09017134e2795d882ff2af1c0f7cf6c40f97b /core/launcher/wait.h
parentfffa0df4d2cf54b2263172a3dcaa6b7611ba1eef (diff)
downloadopie-5bc894df5dcd8ec35e2182ca4ad0494d6408f754.zip
opie-5bc894df5dcd8ec35e2182ca4ad0494d6408f754.tar.gz
opie-5bc894df5dcd8ec35e2182ca4ad0494d6408f754.tar.bz2
now as owait in libopie
Diffstat (limited to 'core/launcher/wait.h') (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/wait.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/launcher/wait.h b/core/launcher/wait.h
index 6e5e41a..6a087ec 100644
--- a/core/launcher/wait.h
+++ b/core/launcher/wait.h
@@ -21,6 +21,8 @@
21#ifndef __WAIT_H__ 21#ifndef __WAIT_H__
22#define __WAIT_H__ 22#define __WAIT_H__
23 23
24#include <opie/owait.h>
25
24#include <qpe/resource.h> 26#include <qpe/resource.h>
25 27
26#include <qwidget.h> 28#include <qwidget.h>
@@ -37,7 +39,7 @@ public:
37 void paintEvent( QPaintEvent * ); 39 void paintEvent( QPaintEvent * );
38 static Wait *getWaitObject(); 40 static Wait *getWaitObject();
39private: 41private:
40 WaitPopup* centralWait; 42 OWait* centralWait;
41 QPixmap pm; 43 QPixmap pm;
42 bool waiting; 44 bool waiting;
43}; 45};