summaryrefslogtreecommitdiffstats
path: root/knights/setpageengines.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/setpageengines.cpp')
-rw-r--r--knights/setpageengines.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/knights/setpageengines.cpp b/knights/setpageengines.cpp
index afc9cb9..d64651c 100644
--- a/knights/setpageengines.cpp
+++ b/knights/setpageengines.cpp
@@ -17,14 +17,14 @@
#include "setpageengines.moc"
-setPageEngines::setPageEngines(TQWidget *tqparent, resource *Rsrc ) : TQVBoxLayout(tqparent)
+setPageEngines::setPageEngines(TQWidget *parent, resource *Rsrc ) : TQVBoxLayout(parent)
{
- Parent = tqparent;
+ Parent = parent;
Resource = Rsrc;
Engine_Dialog = NULL;
Engines_ListView = NULL;
- BOX_Current = new TQHBox( tqparent );
+ BOX_Current = new TQHBox( parent );
addWidget( BOX_Current );
/* Engines to play White */
@@ -55,7 +55,7 @@ setPageEngines::setPageEngines(TQWidget *tqparent, resource *Rsrc ) : TQVBoxLay
GROUP_Engines = new TQGroupBox( 2,
Qt::Horizontal,
i18n( "Chess Engines" ),
- tqparent );
+ parent );
addWidget( GROUP_Engines );
Engines_ListView = new KListView( GROUP_Engines );