diff options
Diffstat (limited to 'kasteroids/toplevel.cpp')
| -rw-r--r-- | kasteroids/toplevel.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/kasteroids/toplevel.cpp b/kasteroids/toplevel.cpp index 256174b6..d9a22a2b 100644 --- a/kasteroids/toplevel.cpp +++ b/kasteroids/toplevel.cpp @@ -85,8 +85,8 @@ KAstTopLevel::KAstTopLevel()      connect( view, TQT_SIGNAL( updateVitals() ), TQT_SLOT( slotUpdateVitals() ) );      TQVBoxLayout *vb = new TQVBoxLayout( mainWin ); -    TQHBoxLayout *hb = new QHBoxLayout; -    TQHBoxLayout *hbd = new QHBoxLayout; +    TQHBoxLayout *hb = new TQHBoxLayout; +    TQHBoxLayout *hbd = new TQHBoxLayout;      vb->addLayout( hb );      TQFont labelFont( KGlobalSettings::generalFont().family(), 24 ); | 
