X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=eonsl%2Fwidgets%2Fattack.h;h=61bd8aa7fc91051f892d7051b0b53641f3d83635;hb=7025e4b3c2b533a68b10d6192370918ed3373de5;hp=2bdb03c3e5e3736837224dbb384b364566912658;hpb=b8940526808f29be8b153c8379c7bfa6faca1a38;p=eonsl.git diff --git a/eonsl/widgets/attack.h b/eonsl/widgets/attack.h index 2bdb03c..61bd8aa 100644 --- a/eonsl/widgets/attack.h +++ b/eonsl/widgets/attack.h @@ -1,13 +1,13 @@ /**************************************************************************** ** Form interface generated from reading ui file 'eonsl/widgets/attack.ui' ** -** Created: Wed Dec 27 19:32:26 2000 +** Created: Wed Dec 27 22:04:13 2000 ** by: The User Interface Compiler (uic) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ -#ifndef NONAME_H -#define NONAME_H +#ifndef ATTACKBASE_H +#define ATTACKBASE_H #include #include @@ -20,13 +20,13 @@ class QLabel; class QPushButton; class QRadioButton; -class NoName : public QDialog +class CAttackBase : public QDialog { Q_OBJECT public: - NoName( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); - ~NoName(); + CAttackBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + ~CAttackBase(); QPushButton* QPushButton_1; QComboBox* QComboBox_3; @@ -51,4 +51,4 @@ protected: QVBoxLayout* Layout44; }; -#endif // NONAME_H +#endif // ATTACKBASE_H