From 2bf0790dac098fd24a20161f32cd848a87fe56ca Mon Sep 17 00:00:00 2001 From: harlekin Date: Mon, 24 Mar 2003 20:51:18 +0000 Subject: preliminary big busy cursor - maybe an animation later --- (limited to 'core/launcher/wait.h') diff --git a/core/launcher/wait.h b/core/launcher/wait.h index 519b654..6e5e41a 100644 --- a/core/launcher/wait.h +++ b/core/launcher/wait.h @@ -24,9 +24,10 @@ #include #include +#include #include #include - +#include "waitpopup.h" class Wait : public QWidget { @@ -36,6 +37,7 @@ public: void paintEvent( QPaintEvent * ); static Wait *getWaitObject(); private: + WaitPopup* centralWait; QPixmap pm; bool waiting; }; -- cgit v0.9.0.2