tools/MissionsEditor/teamedit.h
changeset 4309 a69c73c5d173
parent 4307 eb0f5c45e7ab
parent 4283 7dbdaeecebbf
child 4312 2610ad7c6d6c
child 4313 0690067bc5ff
--- a/tools/MissionsEditor/teamedit.h	Sat Nov 13 14:40:06 2010 +0100
+++ /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