X-Git-Url: https://ruin.nu/git/?p=eonsl.git;a=blobdiff_plain;f=eonsl%2Fwidgets%2Fcoin.h;h=083a994566cf83a512b2e1b6ccb42a7654c70ae7;hp=6a13803a261707e54185930b2be3f4969d751d8a;hb=88987ed3058eed1c8fc57ed619375bb9a8838c59;hpb=2d1faca77cd4c8871a6a0eb3a4a759b3c8c88dc1 diff --git a/eonsl/widgets/coin.h b/eonsl/widgets/coin.h index 6a13803..083a994 100644 --- a/eonsl/widgets/coin.h +++ b/eonsl/widgets/coin.h @@ -1,13 +1,13 @@ /**************************************************************************** ** Form interface generated from reading ui file 'eonsl/widgets/coin.ui' ** -** Created: Wed Dec 27 19:32:30 2000 +** Created: Wed Dec 27 22:04:17 2000 ** by: The User Interface Compiler (uic) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ -#ifndef NONAME_H -#define NONAME_H +#ifndef COINEDIT_H +#define COINEDIT_H #include #include @@ -20,13 +20,13 @@ class QLineEdit; class QPushButton; class QSpinBox; -class NoName : public QDialog +class CCoinEditBase : public QDialog { Q_OBJECT public: - NoName( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); - ~NoName(); + CCoinEditBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + ~CCoinEditBase(); QPushButton* OKButton; QPushButton* AvslutaButton; @@ -41,4 +41,4 @@ public: }; -#endif // NONAME_H +#endif // COINEDIT_H