diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:27:57 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:27:57 +0000 |
commit | e81173c4c8cd67f5c74ee3fb592a94825b5e3618 (patch) | |
tree | 011767dad9a2dd8cf6ee0f3b39ff8207e12d68cf /ktux | |
parent | cfc42a28c327b96c6a2afee92af3bac1a479eb8a (diff) | |
download | tdetoys-e81173c4c8cd67f5c74ee3fb592a94825b5e3618.tar.gz tdetoys-e81173c4c8cd67f5c74ee3fb592a94825b5e3618.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdetoys@1158451 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ktux')
-rw-r--r-- | ktux/sprite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktux/sprite.cpp b/ktux/sprite.cpp index 85be229..c5fb6c5 100644 --- a/ktux/sprite.cpp +++ b/ktux/sprite.cpp @@ -54,7 +54,7 @@ KSpriteSetup::KSpriteSetup( TQWidget *parent, const char *name ) setCaption(i18n("Setup KTux") ); TQVBoxLayout *tl = new TQVBoxLayout(this, 10, 10); - TQHBoxLayout *tl1 = new QHBoxLayout; + TQHBoxLayout *tl1 = new TQHBoxLayout; tl->addLayout(tl1); TQVBoxLayout *tl11 = new TQVBoxLayout(5); tl1->addLayout(tl11); |