tools/MissionsEditor/hedgehogedit.h
branchexperimental3D
changeset 4343 19cbea33e4d2
parent 4006 45b63c2a694f
parent 4341 46b8791e577f
child 4345 2c93d6a10869
--- a/tools/MissionsEditor/hedgehogedit.h	Wed Oct 27 14:23:47 2010 +0200
+++ /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