summaryrefslogtreecommitdiffstats
path: root/knights/dlg_selectengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/dlg_selectengine.cpp')
-rw-r--r--knights/dlg_selectengine.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/knights/dlg_selectengine.cpp b/knights/dlg_selectengine.cpp
index 253ef72..8a12533 100644
--- a/knights/dlg_selectengine.cpp
+++ b/knights/dlg_selectengine.cpp
@@ -37,14 +37,14 @@ dlg_selectengine::dlg_selectengine(TQWidget *parent, resource *Rsrc, bool army )
BOX_Parent = makeVBoxMainWidget();
BOX_Engine = new TQGroupBox( 1,
- Qt::Horizontal,
+ TQt::Horizontal,
i18n( "Computer Players" ),
BOX_Parent );
COMBO_Engine = new KComboBox( BOX_Engine );
COMBO_Engine->setEditable( FALSE );
// BOX_EngineHelper = new TQGroupBox( 1,
-// Qt::Horizontal,
+// TQt::Horizontal,
// i18n( "Computer Players' Helper" ),
// BOX_Parent );
// COMBO_EngineHelper = new KComboBox( BOX_Engine );
@@ -57,7 +57,7 @@ dlg_selectengine::dlg_selectengine(TQWidget *parent, resource *Rsrc, bool army )
GROUP_Strength = new TQGroupBox( 3,
- Qt::Horizontal,
+ TQt::Horizontal,
i18n( "Player Strength" ),
BOX_Parent );
LABEL_Str_Min = new TQLabel( i18n( "Weak" ), GROUP_Strength );
@@ -65,7 +65,7 @@ dlg_selectengine::dlg_selectengine(TQWidget *parent, resource *Rsrc, bool army )
7,
1,
Resource->Strength[ 1 * ( Army == BLACK ) ],
- Qt::Horizontal,
+ TQt::Horizontal,
GROUP_Strength );
LABEL_Str_Max = new TQLabel( i18n( "Strong" ), GROUP_Strength );
SLIDER_Strength->setTickmarks( TQSlider::Below );