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, 0 insertions, 14 deletions
diff --git a/core/launcher/waitpopup.h b/core/launcher/waitpopup.h
deleted file mode 100644
index 76f0c27..0000000
--- a/core/launcher/waitpopup.h
+++ b/dev/null
@@ -1,14 +0,0 @@
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