summaryrefslogtreecommitdiff
path: root/core/launcher/wait.h
Side-by-side diff
Diffstat (limited to 'core/launcher/wait.h') (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/wait.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/core/launcher/wait.h b/core/launcher/wait.h
index d7c29bd..e7294d2 100644
--- a/core/launcher/wait.h
+++ b/core/launcher/wait.h
@@ -1,5 +1,5 @@
/**********************************************************************
-** Copyright (C) 2000 Trolltech AS. All rights reserved.
+** Copyright (C) 2000-2002 Trolltech AS. All rights reserved.
**
-** This file is part of Qtopia Environment.
+** This file is part of the Qtopia Environment.
**
@@ -23,8 +23,5 @@
-#include <opie/owait.h>
-
-#include <qpe/resource.h>
+#include <qtopia/resource.h>
#include <qwidget.h>
-#include <qlabel.h>
#include <qpixmap.h>
@@ -32,2 +29,3 @@
+class OWait;
class Wait : public QWidget
@@ -40,5 +38,5 @@ public:
private:
- OWait* centralWait;
QPixmap pm;
bool waiting;
+ OWait* m_centralWait;
};