summaryrefslogtreecommitdiff
path: root/core/launcher/waitpopup.h
Unidiff
Diffstat (limited to 'core/launcher/waitpopup.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/waitpopup.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/core/launcher/waitpopup.h b/core/launcher/waitpopup.h
new file mode 100644
index 0000000..76f0c27
--- a/dev/null
+++ b/core/launcher/waitpopup.h
@@ -0,0 +1,14 @@
1#ifndef WAITPOPUP_H
2#define WAITPOPUP_H
3
4#include <qdialog.h>
5
6class WaitPopup : public QDialog {
7 Q_OBJECT
8
9public:
10 WaitPopup(QWidget *parent=0,const char* msg=0,bool dispIcon=TRUE);
11 ~WaitPopup();
12};
13
14#endif