summaryrefslogtreecommitdiff
path: root/core/launcher/waitpopup.h
Side-by-side diff
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 @@
+#ifndef WAITPOPUP_H
+#define WAITPOPUP_H
+
+#include <qdialog.h>
+
+class WaitPopup : public QDialog {
+ Q_OBJECT
+
+public:
+ WaitPopup(QWidget *parent=0,const char* msg=0,bool dispIcon=TRUE);
+ ~WaitPopup();
+};
+
+#endif