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 /kbounce/kbounce.cpp | |
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 'kbounce/kbounce.cpp')
-rw-r--r-- | kbounce/kbounce.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbounce/kbounce.cpp b/kbounce/kbounce.cpp index 65fcaae9..5bfcc320 100644 --- a/kbounce/kbounce.cpp +++ b/kbounce/kbounce.cpp @@ -57,7 +57,7 @@ KJezzball::KJezzball() m_layout = new TQGridLayout( m_view, 1, 3 ); m_layout->setColStretch( 2, 1 ); - TQVBoxLayout *infoLayout = new QVBoxLayout; + TQVBoxLayout *infoLayout = new TQVBoxLayout; m_layout->addLayout( infoLayout, 0, 1 ); TQLabel *label = new TQLabel( i18n("Level:"), m_view ); |