From 42ca287b531e190dcee0f080f16c420874054129 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:21:06 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1158436 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpoker/kpoker.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kpoker/kpoker.cpp') diff --git a/kpoker/kpoker.cpp b/kpoker/kpoker.cpp index a6f51772..0a293118 100644 --- a/kpoker/kpoker.cpp +++ b/kpoker/kpoker.cpp @@ -244,11 +244,11 @@ void kpok::initWindow() wonFont.setBold(true); topLayout = new TQVBoxLayout(this, BORDER); - TQVBoxLayout* topInputLayout = new QVBoxLayout; + TQVBoxLayout* topInputLayout = new TQVBoxLayout; topLayout->addLayout(topInputLayout); - TQHBoxLayout* betLayout = new QHBoxLayout; - inputLayout = new QHBoxLayout; + TQHBoxLayout* betLayout = new TQHBoxLayout; + inputLayout = new TQHBoxLayout; inputLayout->addLayout(betLayout); topInputLayout->addLayout(inputLayout); -- cgit v1.2.1