summaryrefslogtreecommitdiffstats
path: root/knights/tabbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/tabbox.cpp')
-rw-r--r--knights/tabbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/tabbox.cpp b/knights/tabbox.cpp
index 4e8d9ce..00286c3 100644
--- a/knights/tabbox.cpp
+++ b/knights/tabbox.cpp
@@ -160,7 +160,7 @@ void TabBox::destroyChild( void )
///////////////////////////////////////
void TabBox::changeMyCaption( TQWidget *child )
{
- setCaption( i18n("%1 - Knights").tqarg( myTabs->tabLabel( child ) ) );
+ setCaption( i18n("%1 - Knights").arg( myTabs->tabLabel( child ) ) );
}
///////////////////////////////////////
//