summaryrefslogtreecommitdiff
path: root/core/launcher/wait.h
authorzecke <zecke>2003-08-28 14:51:14 (UTC)
committer zecke <zecke>2003-08-28 14:51:14 (UTC)
commit0fac4909554179fa212c7c9e350735e0a058879e (patch) (side-by-side diff)
treec77bcbb1e1f0fef765b21eda678b8ad7c0f74dd8 /core/launcher/wait.h
parent225fa91f6d57f211d53ec686518ca15fc5278d21 (diff)
downloadopie-0fac4909554179fa212c7c9e350735e0a058879e.zip
opie-0fac4909554179fa212c7c9e350735e0a058879e.tar.gz
opie-0fac4909554179fa212c7c9e350735e0a058879e.tar.bz2
Use owait
Harlekin you're not destroying owait...
Diffstat (limited to 'core/launcher/wait.h') (more/less context) (ignore 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,7 +1,7 @@
/**********************************************************************
-** 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.
**
** This file may be distributed and/or modified under the terms of the
** GNU General Public License version 2 as published by the Free Software
@@ -21,15 +21,13 @@
#ifndef __WAIT_H__
#define __WAIT_H__
-#include <opie/owait.h>
-
-#include <qpe/resource.h>
+#include <qtopia/resource.h>
#include <qwidget.h>
-#include <qlabel.h>
#include <qpixmap.h>
#include <qpainter.h>
+class OWait;
class Wait : public QWidget
{
public:
@@ -38,9 +36,9 @@ public:
void paintEvent( QPaintEvent * );
static Wait *getWaitObject();
private:
- OWait* centralWait;
QPixmap pm;
bool waiting;
+ OWait* m_centralWait;
};