summaryrefslogtreecommitdiff
authorharlekin <harlekin>2003-03-29 00:57:30 (UTC)
committer harlekin <harlekin>2003-03-29 00:57:30 (UTC)
commitf42edeac768082ec8d7716a17c82507496dd7b47 (patch) (side-by-side diff)
tree1c1b7a0270b84404d4f85e7c3f20c27c81853632
parent107635ea6dde5400a80c014c4406aaa14574d3f5 (diff)
downloadopie-f42edeac768082ec8d7716a17c82507496dd7b47.zip
opie-f42edeac768082ec8d7716a17c82507496dd7b47.tar.gz
opie-f42edeac768082ec8d7716a17c82507496dd7b47.tar.bz2
forgot to take that header out
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/wait.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/launcher/wait.h b/core/launcher/wait.h
index 6a087ec..d7c29bd 100644
--- a/core/launcher/wait.h
+++ b/core/launcher/wait.h
@@ -8,42 +8,41 @@
** Foundation and appearing in the file LICENSE.GPL included in the
** packaging of this file.
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
** See http://www.trolltech.com/gpl/ for GPL licensing information.
**
** Contact info@trolltech.com if any conditions of this licensing are
** not clear to you.
**
**********************************************************************/
#ifndef __WAIT_H__
#define __WAIT_H__
#include <opie/owait.h>
#include <qpe/resource.h>
#include <qwidget.h>
#include <qlabel.h>
#include <qpixmap.h>
#include <qpainter.h>
-#include "waitpopup.h"
class Wait : public QWidget
{
public:
Wait( QWidget *parent );
void setWaiting( bool w );
void paintEvent( QPaintEvent * );
static Wait *getWaitObject();
private:
OWait* centralWait;
QPixmap pm;
bool waiting;
};
#endif // __WAIT_H__