diff options
Diffstat (limited to 'konquest/gameboard.cc')
-rw-r--r-- | konquest/gameboard.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/konquest/gameboard.cc b/konquest/gameboard.cc index 47f77faa..17b40272 100644 --- a/konquest/gameboard.cc +++ b/konquest/gameboard.cc @@ -89,9 +89,9 @@ GameBoard::GameBoard( TQWidget *parent ) // Layout the main window //******************************************************************** TQHBoxLayout *layout1 = new TQHBoxLayout( this ); - TQVBoxLayout *layout2 = new QVBoxLayout; - TQHBoxLayout *layout3 = new QHBoxLayout; - TQVBoxLayout *layout4 = new QVBoxLayout; + TQVBoxLayout *layout2 = new TQVBoxLayout; + TQHBoxLayout *layout3 = new TQHBoxLayout; + TQVBoxLayout *layout4 = new TQVBoxLayout; layout1->addLayout( layout2 ); layout2->addLayout( layout3 ); |