diff options
Diffstat (limited to 'ktux/sprite.cpp')
-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); |