diff options
Diffstat (limited to 'kshisen')
-rw-r--r-- | kshisen/app.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kshisen/app.cpp b/kshisen/app.cpp index 98a40dde..e6ed257c 100644 --- a/kshisen/app.cpp +++ b/kshisen/app.cpp @@ -375,7 +375,7 @@ TQString App::getPlayerName() connect(b, TQT_SIGNAL(released()), dlg, TQT_SLOT(accept())); connect(e, TQT_SIGNAL(returnPressed()), dlg, TQT_SLOT(accept())); - // create tqlayout + // create layout TQVBoxLayout *tl = new TQVBoxLayout(dlg, 10); TQHBoxLayout *tl1 = new TQHBoxLayout(); tl->addWidget(l1); @@ -608,7 +608,7 @@ void App::showHighscore(int focusitem) l->setAlignment(AlignCenter); tl->addWidget(l); - // insert highscores in a gridtqlayout + // insert highscores in a gridlayout TQGridLayout *table = new TQGridLayout(12, 5, 5); tl->addLayout(table, 1); @@ -727,7 +727,7 @@ void App::showHighscore(int focusitem) b->setDefault(true); b->setFocus(); - // make tqlayout + // make layout tl->addSpacing(10); tl->addWidget(b); tl->activate(); |