/**************************************************************************** ** Form interface generated from reading ui file 'namedlg.ui' ** ** Created: Thu Nov 23 11:10:15 2000 ** by: The User Interface Compiler (uic) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef NAMEDLG_H #define NAMEDLG_H #include class TQVBoxLayout; class TQHBoxLayout; class TQGridLayout; class TQGroupBox; class TQLabel; class TQLineEdit; class TQPushButton; class NameDlg : public KDialogBase { TQ_OBJECT public: NameDlg( TQWidget* parent = 0, const char* name = 0, bool modal = TRUE, WFlags fl = 0 ); ~NameDlg(); void SetNames(TQString n1,TQString n2); void GetNames(TQString &n1,TQString &n2); TQGroupBox* player_names; TQLabel* text_player1; TQLineEdit* edit_player1; TQLabel* text_player2; TQLineEdit* edit_player2; TQPushButton* PushButton1; TQPushButton* PushButton2; protected: TQHBoxLayout* hbox; TQHBoxLayout* hbox_2; TQHBoxLayout* hbox_3; TQHBoxLayout* hbox_4; TQVBoxLayout* vbox; TQVBoxLayout* vbox_2; TQVBoxLayout* vbox_3; }; #endif // NAMEDLG_H