summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show 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
@@ -20,25 +20,24 @@
#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;