summaryrefslogtreecommitdiffstats
path: root/lskat/lskat/namedlg.h
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commitc90c389a8a8d9d8661e9772ec4144c5cf2039f23 (patch)
tree6d8391395bce9eaea4ad78958617edb20c6a7573 /lskat/lskat/namedlg.h
downloadtdegames-c90c389a8a8d9d8661e9772ec4144c5cf2039f23.tar.gz
tdegames-c90c389a8a8d9d8661e9772ec4144c5cf2039f23.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'lskat/lskat/namedlg.h')
-rw-r--r--lskat/lskat/namedlg.h49
1 files changed, 49 insertions, 0 deletions
diff --git a/lskat/lskat/namedlg.h b/lskat/lskat/namedlg.h
new file mode 100644
index 00000000..c5d3391a
--- /dev/null
+++ b/lskat/lskat/namedlg.h
@@ -0,0 +1,49 @@
+/****************************************************************************
+** 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 QVBoxLayout;
+class QHBoxLayout;
+class QGridLayout;
+class QGroupBox;
+class QLabel;
+class QLineEdit;
+class QPushButton;
+
+class NameDlg : public KDialogBase
+{
+ Q_OBJECT
+
+public:
+ NameDlg( QWidget* parent = 0, const char* name = 0, bool modal = TRUE, WFlags fl = 0 );
+ ~NameDlg();
+ void SetNames(QString n1,QString n2);
+ void GetNames(QString &n1,QString &n2);
+
+ QGroupBox* player_names;
+ QLabel* text_player1;
+ QLineEdit* edit_player1;
+ QLabel* text_player2;
+ QLineEdit* edit_player2;
+ QPushButton* PushButton1;
+ QPushButton* PushButton2;
+
+protected:
+ QHBoxLayout* hbox;
+ QHBoxLayout* hbox_2;
+ QHBoxLayout* hbox_3;
+ QHBoxLayout* hbox_4;
+ QVBoxLayout* vbox;
+ QVBoxLayout* vbox_2;
+ QVBoxLayout* vbox_3;
+};
+
+#endif // NAMEDLG_H