summaryrefslogtreecommitdiffstats
path: root/kpercentage/kpercentage/kanswer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpercentage/kpercentage/kanswer.cpp')
-rw-r--r--kpercentage/kpercentage/kanswer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpercentage/kpercentage/kanswer.cpp b/kpercentage/kpercentage/kanswer.cpp
index 7e12bafc..a44602f0 100644
--- a/kpercentage/kpercentage/kanswer.cpp
+++ b/kpercentage/kpercentage/kanswer.cpp
@@ -68,7 +68,7 @@ KAnswer::KAnswer( TQWidget *tqparent ): KDialog( tqparent, "answer", TRUE )
canvas_view->setBackgroundPixmap( bgp );
///////
- // begin tqlayouting
+ // begin layouting
///////
mainLayout = new TQHBoxLayout( this );
mainLayout->setDirection(TQBoxLayout::LeftToRight);
@@ -103,7 +103,7 @@ KAnswer::KAnswer( TQWidget *tqparent ): KDialog( tqparent, "answer", TRUE )
rightLayout->addSpacing( 20 );
///////
- // end tqlayouting
+ // end layouting
///////
connect( ButtonOK, TQT_SIGNAL( clicked() ), this, TQT_SLOT( accept() ) );