tools/MissionsEditor/teamedit.h
branch0.9.14
changeset 4273 4035d5b78eeb
parent 4270 d1673536b6e5
parent 4271 3fa9eb4d25b9
child 4278 ac43dfa56baf
--- a/tools/MissionsEditor/teamedit.h	Sat Nov 13 08:54:39 2010 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-#ifndef TEAMEDIT_H
-#define TEAMEDIT_H
-
-#include <QtGui/QWidget>
-
-namespace Ui {
-    class TeamEdit;
-}
-
-class TeamEdit : public QWidget {
-    Q_OBJECT
-public:
-    TeamEdit(QWidget *parent = 0);
-    ~TeamEdit();
-
-    void reset();
-    void setTeam(const QString & teamName = QString(), quint32 color = 0xdd0000);
-    void addHedgehog(quint32 level = 0, quint32 health = 100, const QString & name = QString());
-    void setFort(const QString & name);
-    void setGrave(const QString & name);
-    void setLastHHHat(const QString & name);
-    void setLastHHCoords(int x, int y);
-    void setVoicepack(const QString & name);
-protected:
-    void changeEvent(QEvent *e);
-
-private:
-    Ui::TeamEdit *m_ui;
-};
-
-#endif // TEAMEDIT_H