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, 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 @@
-#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