summaryrefslogtreecommitdiffstats
path: root/knights/list_pgn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/list_pgn.cpp')
-rw-r--r--knights/list_pgn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/list_pgn.cpp b/knights/list_pgn.cpp
index 371da24..f1dfc22 100644
--- a/knights/list_pgn.cpp
+++ b/knights/list_pgn.cpp
@@ -140,6 +140,6 @@ void list_pgn::timerEvent( TQTimerEvent* )
tmpPGN.TAG_Site,
tmpPGN.TAG_Date,
TQString::number(tmpPGN.File_Position) );
- status->message( i18n( TQString( "%1 matches found." ).arg( listView->childCount() ) ) );
+ status->message( i18n( "%1 matches found." ).arg( listView->childCount() ) );
}
}