diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:21:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:21:06 +0000 |
commit | 42ca287b531e190dcee0f080f16c420874054129 (patch) | |
tree | 7ce730aa7fe29311d16654eb7c59457b05e03642 /konquest/gameboard.cc | |
parent | 576eb4299a00bc053db35414406f46372a0f70f2 (diff) | |
download | tdegames-42ca287b531e190dcee0f080f16c420874054129.tar.gz tdegames-42ca287b531e190dcee0f080f16c420874054129.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1158436 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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 ); |