summaryrefslogtreecommitdiff
path: root/core/launcher/wait.h
Side-by-side diff
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 6e5e41a..6a087ec 100644
--- a/core/launcher/wait.h
+++ b/core/launcher/wait.h
@@ -21,6 +21,8 @@
#ifndef __WAIT_H__
#define __WAIT_H__
+#include <opie/owait.h>
+
#include <qpe/resource.h>
#include <qwidget.h>
@@ -37,7 +39,7 @@ public:
void paintEvent( QPaintEvent * );
static Wait *getWaitObject();
private:
- WaitPopup* centralWait;
+ OWait* centralWait;
QPixmap pm;
bool waiting;
};