summaryrefslogtreecommitdiffstats
path: root/lskat/lskat/namedlg.h
blob: c6cc18d1a6540a90d431cb86b7f5ab083b32e30e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/****************************************************************************
** 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 <kdialogbase.h>
class TQVBoxLayout; 
class TQHBoxLayout; 
class TQGridLayout; 
class TQGroupBox;
class TQLabel;
class TQLineEdit;
class TQPushButton;

class NameDlg : public KDialogBase
{ 
    Q_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