summaryrefslogtreecommitdiff
path: root/core/launcher/wait.h
authorharlekin <harlekin>2003-03-24 20:51:18 (UTC)
committer harlekin <harlekin>2003-03-24 20:51:18 (UTC)
commit2bf0790dac098fd24a20161f32cd848a87fe56ca (patch) (side-by-side diff)
tree3c39e00d0cc843a28b58e9ab1e96910e2141eca8 /core/launcher/wait.h
parent13814875fb747d0081d191cd572a2219b9772c77 (diff)
downloadopie-2bf0790dac098fd24a20161f32cd848a87fe56ca.zip
opie-2bf0790dac098fd24a20161f32cd848a87fe56ca.tar.gz
opie-2bf0790dac098fd24a20161f32cd848a87fe56ca.tar.bz2
preliminary big busy cursor - maybe an animation later
Diffstat (limited to 'core/launcher/wait.h') (more/less context) (ignore 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 519b654..6e5e41a 100644
--- a/core/launcher/wait.h
+++ b/core/launcher/wait.h
@@ -24,9 +24,10 @@
#include <qpe/resource.h>
#include <qwidget.h>
+#include <qlabel.h>
#include <qpixmap.h>
#include <qpainter.h>
-
+#include "waitpopup.h"
class Wait : public QWidget
{
@@ -36,6 +37,7 @@ public:
void paintEvent( QPaintEvent * );
static Wait *getWaitObject();
private:
+ WaitPopup* centralWait;
QPixmap pm;
bool waiting;
};