tools/MissionsEditor/hedgehogedit.h
branch0.9.14
changeset 4271 3fa9eb4d25b9
parent 4268 cc20f79361d8
child 4273 4035d5b78eeb
child 4274 8292066cb45c
--- a/tools/MissionsEditor/hedgehogedit.h	Sat Nov 13 12:07:17 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-#ifndef HEDGEHOGEDIT_H
-#define HEDGEHOGEDIT_H
-
-#include <QtGui/QFrame>
-
-namespace Ui {
-    class HedgehogEdit;
-}
-
-class HedgehogEdit : public QFrame {
-    Q_OBJECT
-public:
-    HedgehogEdit(QWidget *parent = 0);
-    ~HedgehogEdit();
-
-    void setHedgehog(quint32 level = 0, quint32 health = 100, const QString & name = QString());
-    void setHat(const QString & name);
-    void setCoordinates(int x, int y);
-
-protected:
-    void changeEvent(QEvent *e);
-
-private:
-    Ui::HedgehogEdit *m_ui;
-};
-
-#endif // HEDGEHOGEDIT_H